summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-12-14 01:32:59 +0000
committerJeremy Allison <jra@samba.org>2002-12-14 01:32:59 +0000
commite8b3cc8da0b1afd3b1bbd733cc751c0307e4d67d (patch)
treed4239fcdb69ce272686b77b94932886ba05cb929
parent73b5be5de6aeaf97c5c3599cc80d3c24b655132e (diff)
downloadsamba-e8b3cc8da0b1afd3b1bbd733cc751c0307e4d67d.tar.gz
samba-e8b3cc8da0b1afd3b1bbd733cc751c0307e4d67d.tar.bz2
samba-e8b3cc8da0b1afd3b1bbd733cc751c0307e4d67d.zip
Ensure talloc pool query messages are reserved.
Jeremy. (This used to be commit 10328a417f070dd0f7e7f2e34501b8402c5c478a)
-rw-r--r--source3/include/messages.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index 0e995039ff..2b8ca8bbe9 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -43,6 +43,10 @@
#define MSG_SHUTDOWN 13
+/* Dump out the talloc useage. */
+#define MSG_REQ_TALLOC_USAGE 14
+#define MSG_TALLOC_USAGE 15
+
/* nmbd messages */
#define MSG_FORCE_ELECTION 1001
#define MSG_WINS_NEW_ENTRY 1002