aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfast/dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfast/dispatcher.h')
-rw-r--r--src/libfast/dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfast/dispatcher.h b/src/libfast/dispatcher.h
index 17a288b8f..93c6026c6 100644
--- a/src/libfast/dispatcher.h
+++ b/src/libfast/dispatcher.h
@@ -39,9 +39,9 @@
dispatcher_t *dispatcher;
your_global_context_implementation_t *global;
- global = initialize_your_global_context();
+ global = initialize_your_global_context();
- dispatcher = dispatcher_create(NULL, FALSE, 180,
+ dispatcher = dispatcher_create(NULL, FALSE, 180,
(context_constructor_t)your_session_context_create, global);
dispatcher->add_controller(dispatcher, your_controller1_create, param1);
dispatcher->add_controller(dispatcher, your_controller2_create, param2);