[ovs-dev] [PATCH 27/32] lldpd: Remove unused members from struct lldpd.

Ben Pfaff blp at nicira.com
Mon Feb 23 05:20:19 UTC 2015


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 lib/lldp/lldpd.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lib/lldp/lldpd.h b/lib/lldp/lldpd.h
index 2c00966..d25bb01 100644
--- a/lib/lldp/lldpd.h
+++ b/lib/lldp/lldpd.h
@@ -79,17 +79,10 @@ struct protocol {
 #define SMART_HIDDEN(port) (port->p_hidden_in)
 
 struct lldpd {
-    int                 g_sock;
     struct lldpd_config g_config;
     struct protocol     *g_protocols;
     int                 g_lastrid;
 
-    /* Unix socket handling */
-    const char          *g_ctlname;
-    int                 g_ctl;
-
-    char                *g_lsb_release;
-
     struct lldpd_chassis g_chassis;
     struct lldpd_hardware g_hardware;
 };
-- 
2.1.3




More information about the dev mailing list