diff options
Diffstat (limited to 'include/network.h')
-rw-r--r-- | include/network.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/network.h b/include/network.h index 5ba808a..243815a 100644 --- a/include/network.h +++ b/include/network.h @@ -4,13 +4,14 @@ #include <sys/types.h> struct nlnetwork { - u_int16_t flags; + u_int16_t flags; + u_int16_t padding; u_int32_t seq; }; struct nlnetwork_ack { u_int16_t flags; - u_int16_t checksum; + u_int16_t padding; u_int32_t seq; u_int32_t from; u_int32_t to; |