Ignore:
Timestamp:
Apr 16, 2007, 4:50:28 PM (17 years ago)
Author:
Bruno Cornec
Message:

MONDO_LOGFILE is rather a char* exported by each main program (consolidation of those mecanisms in .h files with ps_*)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/mondo/src/mondoarchive/mondoarchive.h

    r1315 r1316  
    88 * Compatibility #define to ease the transition to logfile-in-a-variable.
    99 */
    10 #define MONDO_LOGFILE    "/var/log/mondoarchive.log"
     10char *MONDO_LOGFILE = "/var/log/mondoarchive.log"
     11
     12/* No restriction on ps options */
     13char *ps_options = "auxww";
     14char *ps_proc_id = "$2";
Note: See TracChangeset for help on using the changeset viewer.