瀏覽代碼

init_child

Jan Janak 23 年之前
父節點
當前提交
28f831b83b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      modules/tm/tm.c

+ 2 - 1
modules/tm/tm.c

@@ -94,7 +94,8 @@ static struct module_exports nm_exports= {
 	(response_function) t_on_reply_received,
 #endif
 	(destroy_function) tm_shutdown,
-	w_onbreak
+	w_onbreak,
+	0  /* per-child init function */
 };