diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-01 15:47:21 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-01 15:47:21 -0500 |
commit | f765ede58f3942e38e3d18d2b1637431cd70be19 (patch) | |
tree | 2f8ecd8d7cd9674b93979c51afd4131b7ae15855 /src/netnuke.c | |
parent | fa8f1206397467953a514fcf20a46584633a6993 (diff) | |
download | NetNuke2-f765ede58f3942e38e3d18d2b1637431cd70be19.tar.gz |
Created logging_flag variable to handle writing COM calls to a file.
There is not argument parsing enabled for this yet.
Diffstat (limited to 'src/netnuke.c')
-rw-r--r-- | src/netnuke.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netnuke.c b/src/netnuke.c index acbbc82..b61bbee 100644 --- a/src/netnuke.c +++ b/src/netnuke.c @@ -37,6 +37,7 @@ pthread_mutex_t lock_global = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_t lock_write = PTHREAD_MUTEX_INITIALIZER; extern unsigned long total_written_bytes; +int logging_flag = 0; int verbose_flag = 0; int bus_mask = 0; int device_timeout = 0; |