event: add API documentation

This commit is contained in:
Max Kellermann
2013-11-24 19:28:04 +01:00
parent 41e7145973
commit e53a25cbae
5 changed files with 38 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ typedef void (*server_socket_callback_t)(int fd,
class OneServerSocket;
/**
* A socket that accepts incoming stream connections (e.g. TCP).
*/
class ServerSocket {
friend class OneServerSocket;