Quellcode durchsuchen

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

Henning Westerholt vor 16 Jahren
Ursprung
Commit
2e561ecaed
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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_probing_mode  = 0;
 int ds_append_branch = 1;
 int ds_append_branch = 1;
 
 
+/* tm */
+struct tm_binds tmb;
+
 /*db */
 /*db */
 str ds_db_url            = {NULL, 0};
 str ds_db_url            = {NULL, 0};
 str ds_set_id_col        = str_init(DS_SET_ID_COL);
 str ds_set_id_col        = str_init(DS_SET_ID_COL);