summaryrefslogtreecommitdiffstats
path: root/sys/net/if_slvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_slvar.h')
-rw-r--r--sys/net/if_slvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h
index 06ac4d9..9c99077 100644
--- a/sys/net/if_slvar.h
+++ b/sys/net/if_slvar.h
@@ -67,13 +67,13 @@ struct sl_softc {
struct callout_handle sc_ofhandle;
struct callout_handle sc_kahandle;
struct slcompress sc_comp; /* tcp compression data */
+ LIST_ENTRY(sl_softc) sl_next;
};
/* internal flags */
#define SC_ERROR 0x0001 /* had an input error */
#define SC_OUTWAIT 0x0002 /* waiting for output fill */
#define SC_KEEPALIVE 0x0004 /* input keepalive */
-#define SC_STATIC 0x0008 /* it is static unit */
/* visible flags */
#define SC_COMPRESS IFF_LINK0 /* compress TCP traffic */
OpenPOWER on IntegriCloud