* Take notifications back out of their own thread, and rely on select timeouts.

* Increment SystemUpdateID as necessary just before processing new HTTP requests.
This commit is contained in:
Justin Maggard
2009-06-15 22:37:49 +00:00
parent c07d7e7ec4
commit 94989f8b15
4 changed files with 103 additions and 161 deletions

View File

@ -89,8 +89,7 @@ extern struct runtime_vars_s runtime_vars;
/* runtime boolean flags */
extern int runtime_flags;
#define INOTIFYMASK 0x0001
#define SYSUPTIMEMASK 0x0002
#define TIVOMASK 0x0004
#define TIVOMASK 0x0002
#define SETFLAG(mask) runtime_flags |= mask
#define GETFLAG(mask) runtime_flags & mask