On Mon, Sep 09, 2013 at 05:46:07PM +0200, Sven Eckelmann wrote:
The running daemon may need to be switched between from master to slave mode or from slave to master mode to increase the efficiency of the data distribution network. This must be possible during runtime to avoid the data loss during the switch time.
Signed-off-by: Sven Eckelmann sven@open-mesh.com
alfred.h | 2 ++ client.c | 38 ++++++++++++++++++++++++++++++++++++++ main.c | 19 ++++++++++++++++++- packet.h | 24 ++++++++++++++++++++++++ unix_sock.c | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 115 insertions(+), 1 deletion(-)
Applied in revision 06ce1cc with minor modifications (added newlines to usage text).
Thanks, Simon