Changeset d857961480f92ca18f2038fff87f7ae88713872c for src/noit_conf.c
- Timestamp:
- 11/25/09 05:04:48 (3 years ago)
- git-parent:
- Files:
-
- src/noit_conf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noit_conf.c
r8ad126b rd857961 102 102 void 103 103 noit_conf_watch_and_journal_watchdog(int (*f)(void *), void *c) { 104 static int callbacknamed = 0; 104 105 struct recurrent_journaler *rj; 105 106 struct timeval __now; 107 108 if(!callbacknamed) { 109 callbacknamed = 1; 110 eventer_name_callback("noit_conf_watch_config_and_journal", 111 noit_conf_watch_config_and_journal); 112 } 106 113 rj = calloc(1, sizeof(*rj)); 107 114 rj->journal_config = f;
