Server Wait On Clients System - Full Internal Documentation
v1.3.2
Server Wait On Clients System.
|
Server Wait On Clients client program. More...
#include <stdio.h>
#include <stdlib.h>
#include "cmdlineargs.h"
#include "internal.h"
#include "signalhandle.h"
#include <libswocclient.h>
#include <mge-errno.h>
Functions | |
int | main (int argc, char **argv) |
Program entry point. More... | |
Variables | |
static char * | prog_name |
The name of this program. More... | |
Server Wait On Clients client program.
To enable a client to place lock flags on a server which will then wait for them to be cleared before continuing processing, (by use of swocserver -w).
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0
int main | ( | int | argc, |
char ** | argv | ||
) |
Program entry point.
argc | Standard CLA argc. |
argv | Standard CLS argv. |
|
static |
The name of this program.