src/server/daemon/log.h

changeset 576
5c31cc844c68
parent 447
45d1b02fa80b
child 577
4f5ccaea4a92
equal deleted inserted replaced
575:bbca8e94fa67 576:5c31cc844c68
45 int log_stdout; 45 int log_stdout;
46 int log_stderr; 46 int log_stderr;
47 } LogConfig; 47 } LogConfig;
48 48
49 typedef struct { 49 typedef struct {
50 FILE *file; 50 FILE *file; // TODO: replace with fd
51 uint32_t ref; 51 uint32_t ref;
52 } LogFile; 52 } LogFile;
53 53
54 typedef struct { 54 typedef struct {
55 cxmutstr file; 55 cxmutstr file;

mercurial