diff options
author | brendan <none@none> | 2008-06-13 19:06:55 -0700 |
---|---|---|
committer | brendan <none@none> | 2008-06-13 19:06:55 -0700 |
commit | 10e6dadfe63181edabc58c8f42e3c56a1cd9ec95 (patch) | |
tree | 95d4edf9068228f58a3abddd6b718c98d6f0b919 /usr/src/uts/common/sys/uadmin.h | |
parent | 90bcde942a3919300ffc73f98ea903b58386c395 (diff) | |
download | illumos-joyent-10e6dadfe63181edabc58c8f42e3c56a1cd9ec95.tar.gz |
PSARC 2008/302 DTrace IP Provider
6640019 DTrace IP Provider
6655707 sdt arguments are off-by-one past the 5th
6667364 /usr/demo/dtrace/index.html: URLs to dtrace guide chapters wrong
--HG--
rename : usr/src/lib/libdtrace/common/net.d => deleted_files/usr/src/lib/libdtrace/common/net.d
Diffstat (limited to 'usr/src/uts/common/sys/uadmin.h')
-rw-r--r-- | usr/src/uts/common/sys/uadmin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/uadmin.h b/usr/src/uts/common/sys/uadmin.h index 2bf889c9b7..a23e251962 100644 --- a/usr/src/uts/common/sys/uadmin.h +++ b/usr/src/uts/common/sys/uadmin.h @@ -49,6 +49,7 @@ extern "C" { #define A_FTRACE 15 #define A_SWAPCTL 16 /* 17-21 reserved for obsolete interface */ +#define A_SDTTEST 22 /* DTrace sdt:::test */ #define AD_UNKNOWN -1 /* no method */ #define AD_HALT 0 /* halt the processor */ |