#include <string.h>
#include "dprint.h"
#include "mem/mem.h"
#include "local_route.h"

Go to the source code of this file.
Functions | |
| int | lrt_do_init_child (void) |
| int | register_lrt_info (lrt_info_t *lrti) |
Variables | |
| static lrt_info_t * | lrt_info_list = 0 |
| static int | lrt_info_no = 0 |
Definition in file local_route.c.
| int lrt_do_init_child | ( | void | ) |
Definition at line 39 of file local_route.c.
References init(), LM_ERR, and lrt_info_no.
Referenced by init_mi_child().
| int register_lrt_info | ( | lrt_info_t * | lrti | ) |
Definition at line 55 of file local_route.c.
References _lrt_info::init, LM_ERR, lrt_info_no, _lrt_info::name, NULL, and pkg_realloc.
Referenced by mod_init().
lrt_info_t* lrt_info_list = 0 [static] |
Definition at line 35 of file local_route.c.
int lrt_info_no = 0 [static] |
Definition at line 36 of file local_route.c.
Referenced by lrt_do_init_child(), and register_lrt_info().
1.5.6