- 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)
commitf0ce4f7ae3b58f45b70598e3a44539e3e12291ce
tree35c9fea99d0325807f7044bf176047aa420cd17c
parenta19836ae5267fa967482f2baacd5e8cf8767bf79
- 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
(This used to be commit f1c49ca7ce56bc39259041a71479e84ebf53eeca)
source3/include/messages.h
source3/include/proto.h
source3/lib/debug.c
source3/lib/messages.c
source3/nmbd/nmbd.c
source3/nmbd/nmbd_elections.c
source3/nmbd/nmbd_packets.c
source3/utils/msgtest.c