X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.h;h=3705b9da27cc9db1892fb06c5b64cdcd273702da;hp=c8dd997f97706321f98b3b6808d5e3f29e24fcf9;hb=d4d37bb32a8d6219f9f52aa2ee3de55eb7e099c8;hpb=3cfb1d880ebf22546486316cb74cce21f007eb07 diff --git a/daemon.h b/daemon.h index c8dd997f..3705b9da 100644 --- a/daemon.h +++ b/daemon.h @@ -29,4 +29,6 @@ enum daemon_flags { DF_LOG_LL = 8, /** Use colored output. */ DF_COLOR_LOG = 16, + /** Include milliseconds in log output. */ + DF_LOG_TIMING = 32 };