restructured the pilerget utility

This commit is contained in:
SJ
2012-01-07 16:40:06 +01:00
parent 05c379a163
commit 94660cf32f
8 changed files with 274 additions and 306 deletions

View File

@@ -31,6 +31,7 @@
#define MAXBUFSIZE 8192
#define SMALLBUFSIZE 512
#define BIGBUFSIZE 65536
#define REALLYBIGBUFSIZE 524288
#define TINYBUFSIZE 128
#define MAXVAL 256
#define RANDOM_POOL "/dev/urandom"
@@ -99,5 +100,8 @@
#define DIRECTION_OUTGOING 2
#define DIRECTION_INTERNAL_AND_OUTGOING 3
#define WRITE_TO_STDOUT 0
#define WRITE_TO_BUFFER 1
#endif /* _CONFIG_H */