src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()

This uses the new include file for vty_out_rate_ctr_group() which
available in libosmocore.
This commit is contained in:
Pablo Neira Ayuso
2011-03-28 19:35:00 +02:00
committed by Harald Welte
parent 3c409c249d
commit 6110a3f3fa
4 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#include <osmocom/vty/command.h> #include <osmocom/vty/command.h>
#include <osmocom/vty/vty.h> #include <osmocom/vty/vty.h>
#include <osmocom/vty/misc.h>
#include <pdp.h> #include <pdp.h>

View File

@@ -42,6 +42,7 @@
#include <osmocom/vty/command.h> #include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h> #include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h> #include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/misc.h>
/* FIXME: this should go to some common file as it is copied /* FIXME: this should go to some common file as it is copied
* in vty_interface.c of the BSC */ * in vty_interface.c of the BSC */

View File

@@ -42,6 +42,7 @@
#include <osmocom/vty/command.h> #include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h> #include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h> #include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/misc.h>
static struct gprs_ns_inst *vty_nsi = NULL; static struct gprs_ns_inst *vty_nsi = NULL;

View File

@@ -30,6 +30,7 @@
#include <osmocom/core/rate_ctr.h> #include <osmocom/core/rate_ctr.h>
#include <osmocom/core/utils.h> #include <osmocom/core/utils.h>
#include <osmocom/vty/logging.h> #include <osmocom/vty/logging.h>
#include <osmocom/vty/misc.h>
#include <osmocom/sccp/sccp.h> #include <osmocom/sccp/sccp.h>