summaryrefslogtreecommitdiffstats
path: root/src/UDPClient/UDPClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UDPClient/UDPClient.h')
-rw-r--r--src/UDPClient/UDPClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/UDPClient/UDPClient.h b/src/UDPClient/UDPClient.h
index f6cf0d6..f1c8a8d 100644
--- a/src/UDPClient/UDPClient.h
+++ b/src/UDPClient/UDPClient.h
@@ -33,6 +33,7 @@ public:
std::string get_addr() const;
int send(const char *msg, size_t size);
+ int msend(int n, struct mmsghdr *msg);
private:
int f_socket;