Fix the inverted "delete/add" of the routes, in cluster mode.
[l2tpns.git] / cluster.h
index faeede4..c1aa574 100644 (file)
--- a/cluster.h
+++ b/cluster.h
@@ -78,6 +78,7 @@ typedef struct {
 
 int cluster_init(void);
 int processcluster(uint8_t *buf, int size, in_addr_t addr);
+int cluster_listinvert_session(int sidnew, int sidtodel);
 int cluster_send_session(int sid);
 int cluster_send_bundle(int bid);
 int cluster_send_tunnel(int tid);