From: Ronnie Sahlberg Date: Mon, 13 Sep 2010 05:08:36 +0000 (+1000) Subject: Update the comment for the range reserved for SAMBA and X-Git-Url: http://git.samba.org/?p=metze%2Fctdb%2Fwip.git;a=commitdiff_plain;h=574be1e4bd15beeb5ab7d6d248fa0ccb9c3456f8 Update the comment for the range reserved for SAMBA and define a new symbol to represent this range similarly to NFSD and ISCSID Keep the old symbol name to be backward compatible with software using these headers. --- diff --git a/include/ctdb_protocol.h b/include/ctdb_protocol.h index ab6e9f29..4cd3fcac 100644 --- a/include/ctdb_protocol.h +++ b/include/ctdb_protocol.h @@ -131,9 +131,12 @@ struct ctdb_call_info { */ #define CTDB_SRVID_TAKEOVER_RUN_RESPONSE 0xFD00000000000000LL -/* A port reserved for samba (top 32 bits) +/* A range of ports reserved for samba (top 32 bits) + * All ports matching the 32 top bits are reserved for exclusive use by + * CIFS server */ #define CTDB_SRVID_SAMBA_NOTIFY 0xFE00000000000000LL +#define CTDB_SRVID_SAMBA_RANGE 0xFE00000000000000LL /* A range of ports reserved for a CTDB NFS server (top 32 bits) * All ports matching the 32 top bits are reserved for exclusive use by