diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-08 18:28:17 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-09 12:40:08 +0200 |
commit | 8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd (patch) | |
tree | bbe38810d02bcbc2fe58e180d4e01b6784e9c22f /source4/librpc | |
parent | 8d4a8389bb2df77ff8923dda8368aa2915652c1a (diff) | |
download | samba-8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd.tar.gz samba-8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd.tar.bz2 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.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/server_id4.idl b/source4/librpc/idl/server_id4.idl index 728818f629..eb191e37b7 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; |