diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-08-11 23:26:36 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-08-11 23:26:36 +0200 |
commit | 5d8801d4687035ae45143f0f3bc3eeaf75dc17ec (patch) | |
tree | bf4395fd5938eb1865ba90b6e52e169d727d9404 /jni/iodine/src/fw_query.h | |
parent | 1251ce0d7cf2619f9b41637dcb88bebb66e54fb3 (diff) | |
download | andiodine-5d8801d4687035ae45143f0f3bc3eeaf75dc17ec.tar.gz andiodine-5d8801d4687035ae45143f0f3bc3eeaf75dc17ec.zip |
Upgrade code to iodine 0.7.0 and improve logging
Diffstat (limited to 'jni/iodine/src/fw_query.h')
-rw-r--r-- | jni/iodine/src/fw_query.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jni/iodine/src/fw_query.h b/jni/iodine/src/fw_query.h index 7568a5f..f8f0de6 100644 --- a/jni/iodine/src/fw_query.h +++ b/jni/iodine/src/fw_query.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Erik Ekman <yarrick@kryo.se> + * Copyright (c) 2008-2014 Erik Ekman <yarrick@kryo.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -28,7 +28,7 @@ #define FW_QUERY_CACHE_SIZE 16 struct fw_query { - struct sockaddr addr; + struct sockaddr_storage addr; int addrlen; unsigned short id; }; |