]> sourceware.org Git - systemtap.git/commitdiff
2006-03-06 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Mon, 6 Mar 2006 20:38:07 +0000 (20:38 +0000)
committerhunt <hunt>
Mon, 6 Mar 2006 20:38:07 +0000 (20:38 +0000)
* transport_msgs.h (struct cmd_info): New message.

runtime/transport/ChangeLog
runtime/transport/transport_msgs.h

index c1eca3fd2d2a874cdf9f9959ee8204e361ffe1f8..6ad6261de296f81602ba051ceb9b275dcf85c3f4 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-06  Martin Hunt  <hunt@redhat.com>
+
+       * transport_msgs.h (struct cmd_info): New message.
+
 2006-02-25  Martin Hunt  <hunt@redhat.com>
 
        * procfs.c (_stp_proc_write_cmd): Check return code for
index 63faac31c32944ed4f5aacdd9ff64b2103fb0d28..c27b8002e85c436140ee970480e1fc9d71f63cff 100644 (file)
@@ -15,6 +15,7 @@ enum
        STP_START,
         STP_EXIT,
        STP_OOB_DATA,
+       STP_SYSTEM,
 };
 
 /* control channel command structs */
@@ -48,3 +49,8 @@ struct transport_start
        int pid;        // pid for streaming data
 };
 
+struct cmd_info
+{
+       char cmd[128];
+};
+
This page took 0.032616 seconds and 5 git commands to generate.