summaryrefslogtreecommitdiff
path: root/source3/include/messages.h
AgeCommit message (Collapse)AuthorFilesLines
2000-09-12- fixed some memory leaks in the messages codeAndrew Tridgell1-0/+1
- added a MSG_PING message for performance testing. (This used to be commit e779f834dbb875669c3aa0a35b324aa13f0c8c36)
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-1/+6
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)
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-0/+27
The motivation for this system is to replace the UDP message for oplocks, but this commit only does the "set debug level" message. (This used to be commit 2a34ee95f3929cff131db6c5a2b4820194c05b2d)