diff options
Diffstat (limited to 'src/microspdy/daemon.h')
-rw-r--r-- | src/microspdy/daemon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microspdy/daemon.h b/src/microspdy/daemon.h index d3f7f2ff..791c32e1 100644 --- a/src/microspdy/daemon.h +++ b/src/microspdy/daemon.h | |||
@@ -29,6 +29,12 @@ | |||
29 | 29 | ||
30 | 30 | ||
31 | /** | 31 | /** |
32 | * Global flags containing the initialized IO subsystems. | ||
33 | */ | ||
34 | enum SPDY_IO_SUBSYSTEM spdyf_io_initialized; | ||
35 | |||
36 | |||
37 | /** | ||
32 | * Start a SPDDY webserver on the given port. | 38 | * Start a SPDDY webserver on the given port. |
33 | * | 39 | * |
34 | * @param port port to bind to | 40 | * @param port port to bind to |