Rewrite log_trace to be thread-safe and some cleanups

This commit is contained in:
2016-08-08 22:31:29 +03:00
parent e9f3673bfd
commit dcd58d8281
8 changed files with 127 additions and 74 deletions

View File

@@ -30,6 +30,7 @@ struct conf_nfs {
};
struct conf_table {
int isvalid;
struct conf_db db;
struct conf_rmps rmps;
struct conf_nfs nfs;