|
|
@ -61,8 +61,8 @@ void RunServer(std::shared_ptr<ServerCredentials> creds); |
|
|
|
///
|
|
|
|
///
|
|
|
|
/// \param creds The credentials associated with the server.
|
|
|
|
/// \param creds The credentials associated with the server.
|
|
|
|
/// \param port Port to use for the server.
|
|
|
|
/// \param port Port to use for the server.
|
|
|
|
/// \param server_started_condition (optional) Condition variable to used to
|
|
|
|
/// \param server_started_condition (optional) Condition variable used to notify
|
|
|
|
/// notify when the server has started.
|
|
|
|
/// when the server has started.
|
|
|
|
void RunServer(std::shared_ptr<ServerCredentials> creds, |
|
|
|
void RunServer(std::shared_ptr<ServerCredentials> creds, |
|
|
|
int port, |
|
|
|
int port, |
|
|
|
std::condition_variable *server_started_condition); |
|
|
|
std::condition_variable *server_started_condition); |
|
|
|