[Sysfence-commit] sysfence mainloop.h,1.2,1.3
Status: Alpha
Brought to you by:
emes
|
From: mkoperto <mko...@us...> - 2004-05-20 14:39:53
|
Update of /cvsroot/sysfence/sysfence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23552/sysfence Modified Files: mainloop.h Log Message: + add global id's for shared memory, semaphore, ruleset Index: mainloop.h =================================================================== RCS file: /cvsroot/sysfence/sysfence/mainloop.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mainloop.h 10 Feb 2004 00:41:45 -0000 1.2 +++ mainloop.h 20 May 2004 14:39:43 -0000 1.3 @@ -14,10 +14,12 @@ /* $Id$ */ -pthread_mutex_t changing_data; +int semid; +int shmid; +int *ruleprocesses; +int rulecount; void rule_watch_loop (ruleset *rule); void res_probe_loop (); - /* $Id$ */ |