summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gif.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-09-05 15:35:38 +0000
committersobomax <sobomax@FreeBSD.org>2002-09-05 15:35:38 +0000
commit9265bc02ccce5a3d198501e7cdebc78b9f66469e (patch)
tree54d7237dc37f592b6b67cbd34557ce00dcb247d6 /sys/net/if_gif.h
parent3ce35c4922859b56a2188d30eb66a64abed37523 (diff)
downloadFreeBSD-src-9265bc02ccce5a3d198501e7cdebc78b9f66469e.zip
FreeBSD-src-9265bc02ccce5a3d198501e7cdebc78b9f66469e.tar.gz
Make recursion prevention variable per-instance and remove XXX comment
about thread-unsafety. MFC after: 2 weeks
Diffstat (limited to 'sys/net/if_gif.h')
-rw-r--r--sys/net/if_gif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_gif.h b/sys/net/if_gif.h
index 1d02348..51e28db 100644
--- a/sys/net/if_gif.h
+++ b/sys/net/if_gif.h
@@ -69,6 +69,7 @@ struct gif_softc {
const struct encaptab *encap_cookie4;
const struct encaptab *encap_cookie6;
void *gif_netgraph; /* ng_gif(4) netgraph node info */
+ int called; /* anti foot-shooter */
LIST_ENTRY(gif_softc) gif_link; /* all gif's are linked */
};
OpenPOWER on IntegriCloud