diff options
author | nordmark <none@none> | 2007-04-30 11:40:27 -0700 |
---|---|---|
committer | nordmark <none@none> | 2007-04-30 11:40:27 -0700 |
commit | fd00680555e8f4173d02435c3b015e23cb232c49 (patch) | |
tree | 36e78191d6960bfc73067bb8aaab16312f1aa183 /usr/src/uts/common/sys/netstack.h | |
parent | 1c42de6d020629af774dd9e9fc81be3f3ed9398e (diff) | |
download | illumos-joyent-fd00680555e8f4173d02435c3b015e23cb232c49.tar.gz |
6546122 ip_thread_exit() ill/ipif/nce refcount checks missing post-IP-instances
Diffstat (limited to 'usr/src/uts/common/sys/netstack.h')
-rw-r--r-- | usr/src/uts/common/sys/netstack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/netstack.h b/usr/src/uts/common/sys/netstack.h index 07ad7b5c30..df1b1ca732 100644 --- a/usr/src/uts/common/sys/netstack.h +++ b/usr/src/uts/common/sys/netstack.h @@ -202,6 +202,8 @@ extern netstack_t *netstack_find_by_zoneid(zoneid_t); extern zoneid_t netstackid_to_zoneid(netstackid_t); extern netstackid_t zoneid_to_netstackid(zoneid_t); +extern netstack_t *netstack_get_current(void); + /* * Register interest in changes to the set of netstacks. * The createfn and destroyfn are required, but the shutdownfn can be |