summaryrefslogtreecommitdiff
path: root/econpacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'econpacket.h')
-rw-r--r--econpacket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/econpacket.h b/econpacket.h
index eccb453..fc4aea4 100644
--- a/econpacket.h
+++ b/econpacket.h
@@ -26,14 +26,14 @@ struct econ_packet {
struct econ_command cmd;
struct econ_record rec;
- /* Holding the previous elements */
- struct iovec iov[4];
-
/* Storage for irregular long commands.
* This is just the remaining part, the first
* bytes are stored in cmd and rec. */
char long_data[1024];
size_t long_data_size;
+
+ /* Holding the previous elements */
+ struct iovec iov[4];
};
void