summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport_msgs.h
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-19 11:23:57 +0000
committerhunt <hunt>2005-08-19 11:23:57 +0000
commit6a98cc8f683a59f34f2b682f4b21120930aa57da (patch)
treee629c8476b47442e51b7a9f4cfc8d02880666dc1 /runtime/transport/transport_msgs.h
parent709a1d41d95438df305fa220cc32610f1bb6ea8e (diff)
downloadsystemtap-steved-6a98cc8f683a59f34f2b682f4b21120930aa57da.tar.gz
systemtap-steved-6a98cc8f683a59f34f2b682f4b21120930aa57da.tar.xz
systemtap-steved-6a98cc8f683a59f34f2b682f4b21120930aa57da.zip
2005-08-19 Martin Hunt <hunt@redhat.com>
* transport.h: Remove netlink references. * transport.c: Remove netlink references. Ifdef relayfs code. * procfs.c: New file. * Makefile: Deleted. * control.c: Deleted. * control.h: Deleted. * netlink.c: Deleted. * netlink.h: Deleted.
Diffstat (limited to 'runtime/transport/transport_msgs.h')
-rw-r--r--runtime/transport/transport_msgs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/transport/transport_msgs.h b/runtime/transport/transport_msgs.h
index 11532b27..5f525706 100644
--- a/runtime/transport/transport_msgs.h
+++ b/runtime/transport/transport_msgs.h
@@ -1,7 +1,7 @@
/* SystemTap transport values */
enum
{
- STP_TRANSPORT_NETLINK = 1,
+ STP_TRANSPORT_PROC = 1,
STP_TRANSPORT_RELAYFS
};
@@ -32,11 +32,14 @@ struct consumed_info
struct transport_info
{
+ unsigned buf_size;
unsigned subbuf_size;
unsigned n_subbufs;
int transport_mode;
int target; // target pid
+#if 0
char cmd[256]; // cmd to process data
+#endif
};
struct transport_start