diff options
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 ...*/ }; |