Skip to content
Snippets Groups Projects
Commit 3ee64255 authored by rswindell's avatar rswindell
Browse files

Changed SERVICE_OPT_STANDALONE to SERVICE_OPT_STATIC to describe non-dynamic

services.
parent 1b5712bd
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ typedef struct {
/* Option bit definitions */
#define SERVICE_OPT_UDP (1<<0) /* UDP Socket */
#define SERVICE_OPT_STANDALONE (1<<1) /* Stand alone server */
#define SERVICE_OPT_STATIC (1<<1) /* Static server (accepts client connectsions) */
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment