IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2015, 6:34:45 AM (11 years ago)
Author:
eugene
Message:

more logging info for remote jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/relastro/include/relastro.h

    r37807 r37963  
    99// # define IDX_T off_t
    1010# define IDX_T int
     11
     12# define LOGRTIME(MSG,...) {                            \
     13    gettimeofday (&stopTimer, (void *) NULL);           \
     14    float dtime = DTIME (stopTimer, startTimer);        \
     15    client_logger_message (MSG, __VA_ARGS__); }
    1116
    1217typedef enum {
Note: See TracChangeset for help on using the changeset viewer.