cleanups
This commit is contained in:
10
nethogs.h
10
nethogs.h
@@ -30,7 +30,13 @@
|
||||
#define NEEDROOT 1
|
||||
#endif
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
|
||||
// if '0', do extra checks and
|
||||
// assertions. good for finding bugs
|
||||
// at an early stage of development.
|
||||
// for production, should be 1.
|
||||
#define ROBUST 1
|
||||
|
||||
// 2 times: 32 characters, 7 ':''s, a ':12345'.
|
||||
// 1 '-'
|
||||
@@ -103,4 +109,6 @@ private:
|
||||
short int sa_family;
|
||||
};
|
||||
|
||||
void quit_cb (int i);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user