Hash :
94046104
Author :
Thomas de Grivel
Date :
2020-02-24T15:19:27
#ifndef PW13_CLUSTER_CLIENT_H_INCLUDED
#define PW13_CLUSTER_CLIENT_H_INCLUDED 1
#include <pw13/pw13.h>
#include "servlist.h"
typedef struct client * pclient;
typedef struct client {
int mode;
pident servers;
} client;
/* tcl = tete client : pcq on choisit a la tete du client... */
#endif
/* ndef PW13_CLUSTER_CLIENT_H_INCLUDED */