mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
added functionality to disconnect and request hostship via LUA.
fixed bug in threading
This commit is contained in:
@@ -105,6 +105,8 @@ namespace openspace{
|
||||
|
||||
void clientConnect();
|
||||
|
||||
void disconnect();
|
||||
|
||||
void setPort(const std::string &port);
|
||||
|
||||
std::string port();
|
||||
@@ -136,7 +138,8 @@ namespace openspace{
|
||||
Initialization,
|
||||
Data,
|
||||
HostInfo,
|
||||
InitializationRequest
|
||||
InitializationRequest,
|
||||
HostshipRequest
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -169,8 +172,6 @@ namespace openspace{
|
||||
return hashVal;
|
||||
};
|
||||
|
||||
void disconnect();
|
||||
|
||||
void closeSocket();
|
||||
|
||||
bool initNetworkAPI();
|
||||
|
||||
Reference in New Issue
Block a user