diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 703480e..e244d6c 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -278,7 +278,7 @@ struct prne_htbt_cmd { }; struct prne_htbt_bin_meta { - uint32_t alloc_len; + size_t alloc_len; prne_htbt_cmd_t cmd; }; |