blob: 0abc8865c96592f7252cc7359155bf844334ca5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- src/lldp_neighbor.c.orig 2010-06-08 05:06:29 UTC
+++ src/lldp_neighbor.c
@@ -30,6 +30,13 @@
#include "tlv/tlv_common.h"
#include "tlv/tlv.h"
+char lldp_systemname[512];
+char lldp_systemdesc[512];
+int neighbor_local_sd;
+int neighbor_remote_sd;
+struct sockaddr_un local;
+struct sockaddr_un remote;
+
int get_sys_desc() {
#ifndef WIN32
int retval;
|