- changed the msg_type to be an int instead of an enum so that it is
authorAndrew Tridgell <tridge@samba.org>
Tue, 12 Sep 2000 06:13:25 +0000 (06:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 12 Sep 2000 06:13:25 +0000 (06:13 +0000)
commitf1c49ca7ce56bc39259041a71479e84ebf53eeca
treedd0c0cf65ffd45f9589654669fdb519abaf82091
parent2ebfdd21b3123d7daefeeed4dae6e8bc3a7a7653
- changed the msg_type to be an int instead of an enum so that it is
easier to add new message types to messages.h without breaking old
binaries

- added a MSG_FORCE_ELECTION message to force nmbd to hold an election
source/include/messages.h
source/include/proto.h
source/lib/debug.c
source/lib/messages.c
source/nmbd/nmbd.c
source/nmbd/nmbd_elections.c
source/nmbd/nmbd_packets.c
source/utils/msgtest.c