From 892e621fec571c7cba3573caa0d328ed1b25d8ee Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 19 Jul 2011 14:31:44 +0200 Subject: make sure we don't have namespace clashes between libraries and apps * All loging prefixes in libraries should be DL like DLINP * All signals / subsystems should be called S_L_* SS_L_* * All command nodes should be called L_*_NODE This makes sure existinc code still compiles as expected --- include/osmocom/vty/command.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/osmocom/vty') diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index 4104d76c..a6c2c5c4 100644 --- a/include/osmocom/vty/command.h +++ b/include/osmocom/vty/command.h @@ -74,8 +74,8 @@ enum node_type { VTY_NODE, /* Vty node. */ - E1INP_NODE, /* E1 line in libosmo-abis. */ - IPA_NODE, /* IPA proxying commands in libosmo-abis. */ + L_E1INP_NODE, /* E1 line in libosmo-abis. */ + L_IPA_NODE, /* IPA proxying commands in libosmo-abis. */ _LAST_OSMOVTY_NODE }; -- cgit v1.2.3