diff options
Diffstat (limited to 'source4/librpc/idl/server_id4.idl')
-rw-r--r-- | source4/librpc/idl/server_id4.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/server_id4.idl b/source4/librpc/idl/server_id4.idl index 486143546b..872d306756 100644 --- a/source4/librpc/idl/server_id4.idl +++ b/source4/librpc/idl/server_id4.idl @@ -5,8 +5,9 @@ interface server_id { /* id used to identify a endpoint, possibly in a cluster */ typedef [public] struct { - hyper id; + hyper pid; uint32 id2; uint32 node; + udlong unique_id; } server_id; } |