summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport_msgs.h
diff options
context:
space:
mode:
authorhunt <hunt>2007-06-21 04:10:03 +0000
committerhunt <hunt>2007-06-21 04:10:03 +0000
commit66f08017b92f685f9e62f76731c9cfc79a53f0b0 (patch)
treebfc990af41f67daa7a5d136fee70c29b6a317066 /runtime/transport/transport_msgs.h
parent3f569620a1dc0c65cfe440dc4f58597567f94cdb (diff)
downloadsystemtap-steved-66f08017b92f685f9e62f76731c9cfc79a53f0b0.tar.gz
systemtap-steved-66f08017b92f685f9e62f76731c9cfc79a53f0b0.tar.xz
systemtap-steved-66f08017b92f685f9e62f76731c9cfc79a53f0b0.zip
2007-06-21 Martin Hunt <hunt@redhat.com>
* control.c (_stp_ctl_write_cmd): Add support for STP_BULK. * transport_msgs.h (enum): Add STP_BULK.
Diffstat (limited to 'runtime/transport/transport_msgs.h')
-rw-r--r--runtime/transport/transport_msgs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/transport/transport_msgs.h b/runtime/transport/transport_msgs.h
index dbbee41d..c6090969 100644
--- a/runtime/transport/transport_msgs.h
+++ b/runtime/transport/transport_msgs.h
@@ -26,6 +26,7 @@ enum
STP_TRANSPORT,
STP_CONNECT,
STP_DISCONNECT,
+ STP_BULK,
#ifdef STP_OLD_TRANSPORT
/** deprecated **/
STP_BUF_INFO,