| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-05-27 13:27:44 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2016-05-27 13:27:44 +0200 |
| commit | ecdebd8f416b803b43ce93533666599e1442f62d (patch) | |
| tree | b6afeb478402efbfbba01247808da7ff70f8ae01 /src/io/network.h | |
| parent | 23abb2acd221762ec482985f91fa3eff1123fb9a (diff) | |
Working on improving the network handling.
Diffstat (limited to 'src/io/network.h')
| -rw-r--r-- | src/io/network.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io/network.h b/src/io/network.h index ac7284a..647b19c 100644 --- a/src/io/network.h +++ b/src/io/network.h @@ -17,7 +17,8 @@ int ZoO_network_receive ( struct ZoO_network net [const static 1], size_t msg_offset [const restrict static 1], - size_t msg_size [const restrict static 1] + size_t msg_size [const restrict static 1], + enum ZoO_msg_type type [const restrict static 1] ); int ZoO_network_send (struct ZoO_network net [const restrict static 1]); |


