diff options
Diffstat (limited to 'source4/librpc/idl/nbt.idl')
-rw-r--r-- | source4/librpc/idl/nbt.idl | 8 |
1 files changed, 5 insertions, 3 deletions
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 */ |