From b30f0b0391a2b4214b24fef318b6a91865c8d14a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 30 Jul 2005 00:14:48 +0000 Subject: r8855: Share this enum (describing the SamSync databases) between nbt and netlogon. Andrew Bartlett (This used to be commit 5e29e1c68c1b1a957419320cef55395ba0fe6b6f) --- source4/librpc/idl/nbt.idl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/nbt.idl') diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index fe41549327..e3c72480fc 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -405,11 +405,13 @@ uint16 lm20_token; } nbt_netlogon_response_from_pdc2; + declare enum netr_SamDatabaseID; + /* announce change to UAS or SAM */ typedef struct { - uint32 db_index; - hyper serial; - NTTIME timestamp; + netr_SamDatabaseID db_index; + hyper serial; + NTTIME timestamp; } nbt_db_change; /* used to announce SAM changes */ -- cgit