Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Net.h
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2011-05-11 09:25:56 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2011-05-11 09:25:56 +0400
commit07bf14614a6da2fff0205c562f18566774e38e8c (patch)
tree2e434debe277e98f4f81dff337ec67e6c73ddb9d /src/Net.h
parentd96648ef25bdf214afe24ee306d12bfb4d0f8de4 (diff)
Use TCP destination as UDP source
Diffstat (limited to 'src/Net.h')
-rw-r--r--src/Net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Net.h b/src/Net.h
index c05560dcc..6317e1ba8 100644
--- a/src/Net.h
+++ b/src/Net.h
@@ -65,6 +65,7 @@ struct HostAddress {
std::string toStdString() const;
QHostAddress toAddress() const;
QByteArray toByteArray() const;
+ void toSockaddr(struct sockaddr_storage *dst) const;
};
Q_DECLARE_TYPEINFO(HostAddress, Q_MOVABLE_TYPE);