summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-24 16:28:38 +0000
committerhunt <hunt>2005-08-24 16:28:38 +0000
commitb8711ce4bdeca3f5d1164e9a16c25be787a6625d (patch)
treeed3d61c7711d75fd5dd79fd1aee84ca36cbc6dad /runtime
parent8140a0fdec3e8c131bdc1007d856acb8ae758abc (diff)
downloadsystemtap-steved-b8711ce4bdeca3f5d1164e9a16c25be787a6625d.tar.gz
systemtap-steved-b8711ce4bdeca3f5d1164e9a16c25be787a6625d.tar.xz
systemtap-steved-b8711ce4bdeca3f5d1164e9a16c25be787a6625d.zip
2005-08-24 Martin Hunt <hunt@redhat.com>
* transport_msgs.h (enum): New type, STP_OOB_DATA.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/transport/ChangeLog4
-rw-r--r--runtime/transport/transport_msgs.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog
index d10a95d8..18a8b480 100644
--- a/runtime/transport/ChangeLog
+++ b/runtime/transport/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-24 Martin Hunt <hunt@redhat.com>
+
+ * transport_msgs.h (enum): New type, STP_OOB_DATA.
+
2005-08-23 Martin Hunt <hunt@redhat.com>
* transport.c (_stp_cleanup_and_exit): Remove a 2 second sleep
diff --git a/runtime/transport/transport_msgs.h b/runtime/transport/transport_msgs.h
index 5f525706..63faac31 100644
--- a/runtime/transport/transport_msgs.h
+++ b/runtime/transport/transport_msgs.h
@@ -14,6 +14,7 @@ enum
STP_TRANSPORT_INFO,
STP_START,
STP_EXIT,
+ STP_OOB_DATA,
};
/* control channel command structs */