From 506095210430f4581ff5027f70d395530686b85b Mon Sep 17 00:00:00 2001 From: eihrul Date: Sat, 1 Sep 2007 02:42:31 +0000 Subject: *** empty log message *** --- include/enet/enet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/enet/enet.h b/include/enet/enet.h index d10e23e..dc415c2 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -286,6 +286,7 @@ typedef struct _ENetHost int recalculateBandwidthLimits; ENetPeer * peers; /**< array of peers allocated for this host */ size_t peerCount; /**< number of peers allocated for this host */ + enet_uint32 serviceTime; ENetPeer * lastServicedPeer; int continueSending; size_t packetSize; @@ -440,6 +441,7 @@ extern enet_uint32 enet_crc32 (const ENetBuffer *, size_t); ENET_API ENetHost * enet_host_create (const ENetAddress *, size_t, enet_uint32, enet_uint32); ENET_API void enet_host_destroy (ENetHost *); ENET_API ENetPeer * enet_host_connect (ENetHost *, const ENetAddress *, size_t); +ENET_API int enet_host_check_events (ENetHost *, ENetEvent *); ENET_API int enet_host_service (ENetHost *, ENetEvent *, enet_uint32); ENET_API void enet_host_flush (ENetHost *); ENET_API void enet_host_broadcast (ENetHost *, enet_uint8, ENetPacket *); -- cgit v1.2.3