#include "../../mi/mi.h"


Go to the source code of this file.
Defines | |
| #define | MI_LCR_GW_DUMP "lcr_gw_dump" |
| #define | MI_LCR_LCR_DUMP "lcr_lcr_dump" |
| #define | MI_LCR_RELOAD "lcr_reload" |
Functions | |
| struct mi_root * | mi_lcr_gw_dump (struct mi_root *cmd, void *param) |
| struct mi_root * | mi_lcr_lcr_dump (struct mi_root *cmd, void *param) |
| struct mi_root * | mi_lcr_reload (struct mi_root *cmd, void *param) |
| #define MI_LCR_GW_DUMP "lcr_gw_dump" |
Definition at line 36 of file modules/lcr/mi.h.
| #define MI_LCR_LCR_DUMP "lcr_lcr_dump" |
Definition at line 37 of file modules/lcr/mi.h.
| #define MI_LCR_RELOAD "lcr_reload" |
Definition at line 35 of file modules/lcr/mi.h.
Definition at line 55 of file modules/lcr/mi.c.
References free_mi_tree(), init_mi_tree(), LM_ERR, MI_OK_LEN, MI_OK_S, mi_print_gws(), mi_root::node, and NULL.
Definition at line 75 of file modules/lcr/mi.c.
References free_mi_tree(), init_mi_tree(), LM_ERR, MI_OK_LEN, MI_OK_S, mi_print_lcrs(), mi_root::node, and NULL.
Definition at line 39 of file modules/lcr/mi.c.
References init_mi_tree(), MI_OK_LEN, MI_OK_S, reload_gws_and_lcrs(), and reload_lock.
1.5.6