diff options
author | apersson <none@none> | 2006-12-19 17:33:00 -0800 |
---|---|---|
committer | apersson <none@none> | 2006-12-19 17:33:00 -0800 |
commit | 3173664e967186de0a5f0e61548c25996fa6d37f (patch) | |
tree | 8ecbca3fbb92ed52c2102d0d7a21302f61ae09d1 /usr/src/uts/common/inet/udp_impl.h | |
parent | 2568f901e23df0fb67939d5e72ef503eca7376d7 (diff) | |
download | illumos-gate-3173664e967186de0a5f0e61548c25996fa6d37f.tar.gz |
PSARC 2006/314 Updated MIBs
6501024 Add support for new IP/TCP/UDP MIBs
Diffstat (limited to 'usr/src/uts/common/inet/udp_impl.h')
-rw-r--r-- | usr/src/uts/common/inet/udp_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/udp_impl.h b/usr/src/uts/common/inet/udp_impl.h index e5bb291a3f..db6506f4c2 100644 --- a/usr/src/uts/common/inet/udp_impl.h +++ b/usr/src/uts/common/inet/udp_impl.h @@ -152,6 +152,9 @@ typedef struct udp_s { uint_t udp_label_len; /* length of security label */ uint_t udp_label_len_v6; /* len of v6 security label */ in6_addr_t udp_v6lastdst; /* most recent destination */ + + uint64_t udp_open_time; /* time when this was opened */ + pid_t udp_open_pid; /* process id when this was opened */ } udp_t; /* UDP Protocol header */ |