From 322aeccbe9065863246078da3a945e8f9983d2c5 Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Fri, 1 Sep 2017 13:23:34 -0500 Subject: Cleaned up the logging a bit, improved server termination status returned from ggkWait. --- src/Init.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Init.h') diff --git a/src/Init.h b/src/Init.h index cad7785..2dc709a 100644 --- a/src/Init.h +++ b/src/Init.h @@ -32,6 +32,8 @@ #pragma once +namespace ggk { + // Trigger a graceful, asynchronous shutdown of the server // // This method is non-blocking and as such, will only trigger the shutdown process but not wait for it @@ -41,3 +43,5 @@ void shutdown(); // // This method should not be called directly, instead, direct your attention over to `ggkStart()` void runServerThread(); + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3