Commit df0054ab authored by Wayne Davison's avatar Wayne Davison

Added CLEAR_STRUCT and FREE_STRUCT defines.

parent 0d162bd1
......@@ -112,6 +112,9 @@
#define FULL_FLUSH 1
#define NORMAL_FLUSH 0
#define CLEAR_STRUCT 0
#define FREE_STRUCT 1
/* Log-message categories. FLOG is only used on the daemon side to
* output messages to the log file. */
enum logcode { FERROR=1, FINFO=2, FLOG=3 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment