|
@@ -747,11 +747,11 @@ CIVETWEB_API unsigned mg_check_feature(unsigned feature);
|
|
|
|
|
|
Return:
|
|
Return:
|
|
0: context is running normally
|
|
0: context is running normally
|
|
- 1: context is shutting down
|
|
|
|
- 2: context has stopped
|
|
|
|
|
|
+ 1: context is shutting down
|
|
|
|
+ 2: context has stopped
|
|
-1: Invalid context
|
|
-1: Invalid context
|
|
*/
|
|
*/
|
|
-CIVETWEB_API int mg_is_ctx_stopped(const struct mg_context* ctx);
|
|
|
|
|
|
+CIVETWEB_API int mg_is_ctx_stopped(const struct mg_context *ctx);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|
|
}
|
|
}
|