summaryrefslogtreecommitdiff
path: root/gatoattclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatoattclient.h')
-rw-r--r--gatoattclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gatoattclient.h b/gatoattclient.h
index 834178e..64df313 100644
--- a/gatoattclient.h
+++ b/gatoattclient.h
@@ -16,7 +16,7 @@ public:
GatoSocket::State state() const;
- bool connectTo(const GatoAddress& addr);
+ bool connectTo(const GatoAddress& addr, GatoSocket::SecurityLevel sec_level);
void close();
struct InformationData
@@ -93,6 +93,7 @@ private:
quint16 cur_mtu;
uint next_id;
QQueue<Request> pending_requests;
+ GatoSocket::SecurityLevel required_sec;
};
#endif // GATOATTCLIENT_H