summaryrefslogtreecommitdiff
path: root/gatosocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatosocket.h')
-rw-r--r--gatosocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatosocket.h b/gatosocket.h
index b7634c7..6909e8d 100644
--- a/gatosocket.h
+++ b/gatosocket.h
@@ -70,6 +70,7 @@ private:
State s;
int fd;
SecurityLevel desiredSec;
+ GatoConnectionParameters desiredParams;
QSocketNotifier *readNotifier;
QQueue<QByteArray> readQueue;
QSocketNotifier *writeNotifier;