Set CPack RPM packaging version to 1 and added a RUNNING option to readconnroute.
This commit is contained in:
@ -311,6 +311,11 @@ char *weightby;
|
||||
inst->bitmask |= (SERVER_MASTER|SERVER_SLAVE);
|
||||
inst->bitvalue |= SERVER_SLAVE;
|
||||
}
|
||||
else if (!strcasecmp(options[i], "running"))
|
||||
{
|
||||
inst->bitmask |= (SERVER_RUNNING);
|
||||
inst->bitvalue |= SERVER_RUNNING;
|
||||
}
|
||||
else if (!strcasecmp(options[i], "synced"))
|
||||
{
|
||||
inst->bitmask |= (SERVER_JOINED);
|
||||
|
Reference in New Issue
Block a user