aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-12 21:03:28 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-12 21:03:28 +0000
commit39eda678e0942382936ace4480a4457a837adc2f (patch)
tree29d13b3283dbc69bfc8d8d66afc6b54b01592348 /src/daemon/internal.h
parent641853be5073b9b2dc5c60fa414271ccbec0c0aa (diff)
downloadlibmicrohttpd-39eda678e0942382936ace4480a4457a837adc2f.tar.gz
libmicrohttpd-39eda678e0942382936ace4480a4457a837adc2f.zip
hl
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index e09acf3b..2f7fd194 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -43,6 +43,9 @@
43#include "microhttpd.h" 43#include "microhttpd.h"
44#include "config.h" 44#include "config.h"
45 45
46#define MHD_MAX_BUF_SIZE 2048
47
48
46 49
47/** 50/**
48 * Header or cookie in HTTP request or response. 51 * Header or cookie in HTTP request or response.
@@ -73,12 +76,10 @@ struct MHD_Daemon {
73 76
74 struct MHD_Access_Handler * handlers; 77 struct MHD_Access_Handler * handlers;
75 78
76 MHD_AccessHandlerCallback default_handler; 79 struct MHD_Access_Handler default_handler;
77 80
78 struct MHD_Session * connections; 81 struct MHD_Session * connections;
79 82
80 void * dh_cls;
81
82 MHD_AcceptPolicyCallback apc; 83 MHD_AcceptPolicyCallback apc;
83 84
84 void * apc_cls; 85 void * apc_cls;