From ecdebd8f416b803b43ce93533666599e1442f62d Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 27 May 2016 13:27:44 +0200 Subject: Working on improving the network handling. --- src/io/network.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/io/network.h') 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]); -- cgit v1.2.3-70-g09d2