implemented proper refcounting using atomic operations

This commit is contained in:
Martin Willi
2006-07-28 09:45:18 +00:00
parent fe04e93a8b
commit f698448ea3
8 changed files with 79 additions and 6 deletions
+1
View File
@@ -32,6 +32,7 @@
#include <execinfo.h>
#include <string.h>
#include <getopt.h>
#include <errno.h>
#include "daemon.h"