1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #1390 from cgundogan/fix_socket_internal_t_packed_attr

destiny: deleting packed attribute from socket_internal_t
This commit is contained in:
Oleg Hahm 2014-07-08 22:33:54 +02:00
commit 1518d6ac64

View File

@ -59,7 +59,7 @@ typedef struct __attribute__((packed)) {
sockaddr6_t foreign_address;
} socket_t;
typedef struct __attribute__((packed)) {
typedef struct {
uint8_t socket_id;
uint8_t recv_pid;
uint8_t send_pid;