Revision 574b2324 nest/proto.c
nest/proto.c | ||
---|---|---|
1288 | 1288 |
#endif |
1289 | 1289 |
|
1290 | 1290 |
proto_pool = rp_new(&root_pool, "Protocols"); |
1291 |
proto_shutdown_timer = tm_new(proto_pool); |
|
1291 |
proto_shutdown_timer = tm2_new(proto_pool);
|
|
1292 | 1292 |
proto_shutdown_timer->hook = proto_shutdown_loop; |
1293 | 1293 |
} |
1294 | 1294 |
|
Also available in: Unified diff