diff options
author | Martin Hunt <hunt@redhat.com> | 2008-03-25 13:44:37 -0400 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2008-03-25 13:44:37 -0400 |
commit | a8bfd6f19b6fd8b8091b9123e38c77abdebc2fb9 (patch) | |
tree | dfb6cf7ec796db2cd151a314c41fb942352d36de /runtime/transport/transport_msgs.h | |
parent | b56639bb84656464efbf88912f68c36e7f099d49 (diff) | |
download | systemtap-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.h | 2 |
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 ...*/ }; |