summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
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 */