aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microspdy/daemon.h')
-rw-r--r--src/microspdy/daemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microspdy/daemon.h b/src/microspdy/daemon.h
index 0dbc5ab1..1be6ce56 100644
--- a/src/microspdy/daemon.h
+++ b/src/microspdy/daemon.h
@@ -47,6 +47,8 @@ enum SPDY_IO_SUBSYSTEM spdyf_io_initialized;
47 * @param npdcb callback called when HTTP POST params are received 47 * @param npdcb callback called when HTTP POST params are received
48 * after request 48 * after request
49 * @param fnscb callback called when new stream is opened by a client 49 * @param fnscb callback called when new stream is opened by a client
50 * @param fndcb callback called when new data -- within a data frame --
51 * is received by the server
50 * @param cls extra argument to all of the callbacks without those 52 * @param cls extra argument to all of the callbacks without those
51 * specific only for the framing layer 53 * specific only for the framing layer
52 * @param fcls extra argument to all of the callbacks, specific only for 54 * @param fcls extra argument to all of the callbacks, specific only for