aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-platform/TestPlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-platform/TestPlatform.h')
-rw-r--r--test/test-platform/TestPlatform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-platform/TestPlatform.h b/test/test-platform/TestPlatform.h
index 8673e9d..9198ef8 100644
--- a/test/test-platform/TestPlatform.h
+++ b/test/test-platform/TestPlatform.h
@@ -150,6 +150,9 @@ private:
// Remote Processor Server
CRemoteProcessorServer* _pRemoteProcessorServer;
+ // Port number for the server socket
+ int _portNumber;
+
// Semaphore used by calling thread to avoid exiting
sem_t& _exitSemaphore;
};