diff options
Diffstat (limited to 'include/conntrackd.h')
-rw-r--r-- | include/conntrackd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h index 9615c2e..536abc9 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -165,7 +165,7 @@ struct ct_sync_state { struct mcast_sock_multi *mcast_server; /* multicast incoming */ struct mcast_sock_multi *mcast_client; /* multicast outgoing */ - struct nlif_handle *mcast_iface; + struct nlif_handle *interface; struct queue *tx_queue; struct alarm_block reset_cache_alarm; |