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/tcp.h | |
| parent | 2568f901e23df0fb67939d5e72ef503eca7376d7 (diff) | |
| download | illumos-joyent-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/tcp.h')
| -rw-r--r-- | usr/src/uts/common/inet/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/tcp.h b/usr/src/uts/common/inet/tcp.h index 67bf7aa4f2..e9c2600c6b 100644 --- a/usr/src/uts/common/inet/tcp.h +++ b/usr/src/uts/common/inet/tcp.h @@ -437,6 +437,7 @@ typedef struct tcp_s { mblk_t *tcp_timercache; cred_t *tcp_cred; /* Credentials when this was opened */ pid_t tcp_cpid; /* Process id when this was opened */ + uint64_t tcp_open_time; /* time when this was opened */ union { |
