Exported udp_pcbs in udp.h (for SNMP agent).

This commit is contained in:
christiaans
2006-08-11 14:09:48 +00:00
parent 469012b544
commit 19f57bf810
2 changed files with 3 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
/* The list of UDP PCBs */
#if LWIP_UDP
/* was static, but we may want to access this from a socket layer */
/* exported in udp.h (was static) */
struct udp_pcb *udp_pcbs = NULL;
static struct udp_pcb *pcb_cache = NULL;