aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-18 23:58:28 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2012-08-18 23:58:28 +0200
commitd092d6d4e8dc33d0a94a09b6d85870b1256ee5a8 (patch)
tree4342d7b4378574880c019abfd7c1263284e561b0 /include/osmocom
parent487734e6d362dc51fbb57e50ce8d06e6c3ee7a3e (diff)
channel: add name field
This will be useful to display some human-readable type in logs and the VTY.
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/netif/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/netif/channel.h b/include/osmocom/netif/channel.h
index 75df5ce..6d28f7a 100644
--- a/include/osmocom/netif/channel.h
+++ b/include/osmocom/netif/channel.h
@@ -23,6 +23,7 @@ struct osmo_chan;
struct msgb;
struct osmo_chan_type {
+ char *name;
int type;
int datasiz;