summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/socket_client.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/src/socket/socket_client.hh')
-rw-r--r--i/simulotron/src/socket/socket_client.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/simulotron/src/socket/socket_client.hh b/i/simulotron/src/socket/socket_client.hh
index a024bec..de58bc5 100644
--- a/i/simulotron/src/socket/socket_client.hh
+++ b/i/simulotron/src/socket/socket_client.hh
@@ -54,6 +54,8 @@ class SocketClient
char getChar (void);
/// écrit un charactère dans le socket
void putChar (char c);
+ /// Récupère le FD du socket
+ int getFD (void);
};
#endif //socket_client_hh