[Olsr-dev] [PATCH v1 053/115] info: rename type outbuffer_t to info_plugin_outbuffer_t

Ferry Huberts (spam-protected)
Wed Dec 2 21:28:26 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 lib/info/info_types.h | 2 +-
 lib/info/olsrd_info.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/info/info_types.h b/lib/info/info_types.h
index 11c54ff..8166a5e 100644
--- a/lib/info/info_types.h
+++ b/lib/info/info_types.h
@@ -108,7 +108,7 @@ typedef struct {
     size_t written[MAX_CLIENTS];
     int socket[MAX_CLIENTS];
     int count;
-} outbuffer_t;
+} info_plugin_outbuffer_t;
 
 typedef struct {
     union olsr_ip_addr accept_ip;
diff --git a/lib/info/olsrd_info.c b/lib/info/olsrd_info.c
index 9fddc2c..7e437da 100644
--- a/lib/info/olsrd_info.c
+++ b/lib/info/olsrd_info.c
@@ -58,7 +58,7 @@ static info_plugin_config_t *info_plugin_config;
 
 static int ipc_socket = -1;
 
-static outbuffer_t outbuffer;
+static info_plugin_outbuffer_t outbuffer;
 
 static struct timer_entry *writetimer_entry;
 
-- 
2.5.0




More information about the Olsr-dev mailing list