diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-08-14 12:37:36 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-08-14 12:48:21 +0200 |
commit | ca545d39bd68d156a0dddbab204e743202dbfba3 (patch) | |
tree | 59c1f02c30eb18237c3602d64fe8acee30fd94d0 /src/ogAdmServer.h | |
parent | 060e31cb53386282f1995937c18fe39855865046 (diff) |
#998 disable incremental image API
This API is not supported by ogClient yet and it uses the obsolete socket hydra API.
Diffstat (limited to 'src/ogAdmServer.h')
-rw-r--r-- | src/ogAdmServer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ogAdmServer.h b/src/ogAdmServer.h index f51b7be..049c5e0 100644 --- a/src/ogAdmServer.h +++ b/src/ogAdmServer.h @@ -32,19 +32,8 @@ extern char puerto[4096]; extern char db_port[4096]; struct og_client; - -typedef struct{ // Estructura usada para guardar informaciĆ³n de los clientes - char ip[LONIP]; // IP del cliente - char estado[4]; // Tipo de Sistema Operativo en que se encuentra el cliente - struct og_client *cli; -}SOCKETCL; - -extern SOCKETCL tbsockets[MAXIMOS_CLIENTES]; - struct og_dbi; -bool clienteExistente(char *,int *); -bool clienteDisponible(char *,int *); bool actualizaConfiguracion(struct og_dbi *,char* ,int); bool Levanta(char**, char**, char**, int, char*); bool WakeUp(int,char*,char*,char*,char*); |