diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-08 14:05:55 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-09 12:40:09 +0200 |
commit | 16b1c77644217796f70a3a0bf1d95c245f9ee2d9 (patch) | |
tree | b08d316880e1a03d1a7fad4c5ced8d141878986c /librpc/idl | |
parent | d01dbd6c3fd9ca2595d65991b56db4400a35ece0 (diff) | |
download | samba-16b1c77644217796f70a3a0bf1d95c245f9ee2d9.tar.gz samba-16b1c77644217796f70a3a0bf1d95c245f9ee2d9.tar.bz2 samba-16b1c77644217796f70a3a0bf1d95c245f9ee2d9.zip |
lib/util Bring procid_str() into lib/util as server_id_string()
This is needed for OpenChange, which prints Samba struct server_id
values in debug messages.
Andrew Bartlett
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/server_id.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/idl/server_id.idl b/librpc/idl/server_id.idl index 51900000ed..414e05a190 100644 --- a/librpc/idl/server_id.idl +++ b/librpc/idl/server_id.idl @@ -4,6 +4,13 @@ interface server_id { + /* + * Virtual Node Numbers are identifying a node within a cluster. + * Ctdbd sets this, we retrieve our vnn from it. + */ + + const int NONCLUSTER_VNN = 0xFFFFFFFF; + /* used to look like the following, note that unique_id was not * marshalled at all... |