aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 15900f1f..f8f80a30 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -42,6 +42,7 @@
42#define MHD_MAX(a,b) ((a)<(b)) ? (b) : (a) 42#define MHD_MAX(a,b) ((a)<(b)) ? (b) : (a)
43#define MHD_MIN(a,b) ((a)<(b)) ? (a) : (b) 43#define MHD_MIN(a,b) ((a)<(b)) ? (a) : (b)
44 44
45
45/** 46/**
46 * Size by which MHD usually tries to increment read/write buffers. 47 * Size by which MHD usually tries to increment read/write buffers.
47 * TODO: we should probably get rid of this magic constant and 48 * TODO: we should probably get rid of this magic constant and