Browse Source

dispatcher(k): add 'struct tmb' to fix module loading after change 441ab3c9f2ca

Henning Westerholt 16 years ago
parent
commit
2e561ecaed
1 changed files with 3 additions and 0 deletions
  1. 3 0
      modules_k/dispatcher/dispatcher.c

+ 3 - 0
modules_k/dispatcher/dispatcher.c

@@ -100,6 +100,9 @@ static int ds_ping_interval = 0;
 int ds_probing_mode  = 0;
 int ds_append_branch = 1;
 
+/* tm */
+struct tm_binds tmb;
+
 /*db */
 str ds_db_url            = {NULL, 0};
 str ds_set_id_col        = str_init(DS_SET_ID_COL);