Changeset 9198

Show
Ignore:
Timestamp:
02/17/12 17:07:04 (16 months ago)
Author:
denton
Message:

ucache_info generated text is now printed to a file rather than using the daemon-client piping. The client now reads the file after the daemon has written and closed it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/apps/ucache/ucached.h

    r9178 r9198  
    2020#ifndef UCACHED_LOG_FILE 
    2121#define UCACHED_LOG_FILE "/tmp/ucached.log" 
     22#endif 
     23 
     24#ifndef UCACHED_INFO_FILE 
     25#define UCACHED_INFO_FILE "/tmp/ucached.info" 
    2226#endif 
    2327