- s/tap/tun/

- fix for LASTSEEN breakage:  don't do anything in the CLI other than
  flag changes to be made by the parent
- split out master parts from cluster_check_master() into cluster_check_slaves()
This commit is contained in:
bodea 2004-07-08 16:54:35 +00:00
parent c7983582ea
commit 570d0d5385
7 changed files with 341 additions and 384 deletions

View file

@ -1,5 +1,5 @@
// L2TPNS Clustering Stuff
// $Id: cluster.h,v 1.4 2004/07/07 09:09:53 bodea Exp $
// $Id: cluster.h,v 1.5 2004/07/08 16:54:35 bodea Exp $
#ifndef __CLUSTER_H__
#define __CLUSTER_H__
@ -78,6 +78,7 @@ void master_update_counts(void);
void cluster_send_ping(time_t basetime);
void cluster_heartbeat(void);
void cluster_check_master(void);
void cluster_check_slaves(void);
int show_cluster(struct cli_def *cli, char *command, char **argv, int argc);
#endif /* __CLUSTER_H__ */