tabbing
[iotcloud.git] / version2 / src / C / CloudComm.h
index 2f825083214a26608087b08b656d575c59004119..728025c50cc98985b7eb3894bc0b90c8860680fd 100644 (file)
@@ -32,6 +32,8 @@ private:
        pthread_t localServerThread;
        bool doEnd;
        TimingSingleton *timer;
+       Array<char> *getslot;
+       Array<char> *putslot;
 
        /**
         * Generates Key from password.
@@ -91,7 +93,7 @@ public:
         */
 
        Array<char> *sendLocalData(Array<char> *sendData, int64_t localSequenceNumber, IoTString *host, int port);
-       void close();
+       void closeCloud();
        void localServerWorkerFunction();
 };
 #endif