summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport_msgs.h
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2008-03-25 13:44:37 -0400
committerMartin Hunt <hunt@redhat.com>2008-03-25 13:44:37 -0400
commita8bfd6f19b6fd8b8091b9123e38c77abdebc2fb9 (patch)
treedfb6cf7ec796db2cd151a314c41fb942352d36de /runtime/transport/transport_msgs.h
parentb56639bb84656464efbf88912f68c36e7f099d49 (diff)
downloadsystemtap-steved-a8bfd6f19b6fd8b8091b9123e38c77abdebc2fb9.tar.gz
systemtap-steved-a8bfd6f19b6fd8b8091b9123e38c77abdebc2fb9.tar.xz
systemtap-steved-a8bfd6f19b6fd8b8091b9123e38c77abdebc2fb9.zip
32-bit fixes
Diffstat (limited to 'runtime/transport/transport_msgs.h')
-rw-r--r--runtime/transport/transport_msgs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/transport/transport_msgs.h b/runtime/transport/transport_msgs.h
index 0e65b63a..5f385565 100644
--- a/runtime/transport/transport_msgs.h
+++ b/runtime/transport/transport_msgs.h
@@ -72,7 +72,7 @@ struct _stp_msg_unwind
/* the module name, or "*" for all */
char name[STP_MODULE_NAME_LEN];
/* length of unwind data */
- uint64_t unwind_len;
+ uint32_t unwind_len;
/* data ...*/
};