From 8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 May 2011 18:28:17 +0200 Subject: 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 --- source4/librpc/idl/server_id4.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') 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; -- cgit