[vhffs-dev] [1294] *void might be 8 bytes, a bigger generic struct is needed |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1294
Author: gradator
Date: 2008-10-26 17:58:14 +0100 (Sun, 26 Oct 2008)
Log Message:
-----------
*void might be 8 bytes, a bigger generic struct is needed
Modified Paths:
--------------
trunk/vhffs-fssync/vhffsfssync_master.c
Modified: trunk/vhffs-fssync/vhffsfssync_master.c
===================================================================
--- trunk/vhffs-fssync/vhffsfssync_master.c 2008-10-26 03:14:50 UTC (rev 1293)
+++ trunk/vhffs-fssync/vhffsfssync_master.c 2008-10-26 16:58:14 UTC (rev 1294)
@@ -153,7 +153,7 @@
typedef struct {
__VHFFSFSSYNC_NET_MESSAGE_COMMON(msg_);
- char msg_data[32];
+ char msg_data[64];
} vhffsfssync_net_message;
/* message - common data */