summaryrefslogtreecommitdiffstats
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-08 18:28:17 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-06-09 12:40:08 +0200
commit8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd (patch)
treebbe38810d02bcbc2fe58e180d4e01b6784e9c22f /source4/librpc
parent8d4a8389bb2df77ff8923dda8368aa2915652c1a (diff)
downloadsamba-8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd.tar.gz
samba-8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd.tar.xz
samba-8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd.zip
s4-cluster Use task_id instead of id2 to clarify server_id structure
This seems a clearer and more acceptable name. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/server_id4.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/server_id4.idl b/source4/librpc/idl/server_id4.idl
index 728818f6291..eb191e37b74 100644
--- a/source4/librpc/idl/server_id4.idl
+++ b/source4/librpc/idl/server_id4.idl
@@ -6,7 +6,7 @@ interface server_id
/* id used to identify a endpoint, possibly in a cluster */
typedef [public] struct {
hyper pid;
- uint32 id2;
+ uint32 task_id;
uint32 vnn;
udlong unique_id;
} server_id;