messaging: Remove an unused #define
authorVolker Lendecke <vl@samba.org>
Tue, 25 Jul 2017 14:24:04 +0000 (16:24 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 4 Dec 2017 23:56:12 +0000 (00:56 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/messages.h

index 8d3b1d86e756d8f6ec929ad4d7d17afa8f6c7e5c..6a0340f5a7f16700d257315acb3b45b63773e32e 100644 (file)
  */
 #define MSG_FLAG_LOWPRIORITY           0x80000000
 
-
-/*
- * ctdb gives us 64-bit server ids for messaging_send. This is done to avoid
- * pid clashes and to be able to register for special messages like "all
- * smbds".
- *
- * Normal individual server id's have the upper 32 bits to 0, I picked "1" for
- * Samba, other subsystems might use something else.
- */
-
-#define MSG_SRVID_SAMBA 0x0000000100000000LL
-
 #include "librpc/gen_ndr/server_id.h"
 #include "lib/util/data_blob.h"
 #include "system/network.h"