libosmovty
0.10.2
Osmocom VTY library
|
Data Structures | |
struct | vty_out_context |
Functions | |
static int | rate_ctr_handler (struct rate_ctr_group *ctrg, struct rate_ctr *ctr, const struct rate_ctr_desc *desc, void *vctx_) |
void | vty_out_rate_ctr_group (struct vty *vty, const char *prefix, struct rate_ctr_group *ctrg) |
print a rate counter group to given VTY More... | |
static int | rate_ctr_group_handler (struct rate_ctr_group *ctrg, void *vctx_) |
|
static |
References vty_out_context::max_level, vty_out_context::prefix, rate_ctr_handler(), vty_out_context::vty, VTY_NEWLINE, and vty_out().
Referenced by vty_out_statistics_partial().
|
static |
References vty_out_context::prefix, vty_out_context::vty, VTY_NEWLINE, and vty_out().
Referenced by rate_ctr_group_handler(), and vty_out_rate_ctr_group().
void vty_out_rate_ctr_group | ( | struct vty * | vty, |
const char * | prefix, | ||
struct rate_ctr_group * | ctrg | ||
) |
print a rate counter group to given VTY
[in] | vty | The VTY to which it should be printed |
[in] | prefix | Any additional log prefix ahead of each line |
[in] | ctrg | Rate counter group to be printed |
References rate_ctr_handler(), vty_out_context::vty, VTY_NEWLINE, and vty_out().