summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/drsblobs.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-27 06:33:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:15 -0500
commit1e42cacf6a8643bd633f631c212d71760852abbc (patch)
tree604989985b568e115cfc8c2ff8c092956bd334da /source4/librpc/idl/drsblobs.idl
parent93e27bec159db33e77a7eae34249f6073993815a (diff)
downloadsamba-1e42cacf6a8643bd633f631c212d71760852abbc.tar.gz
samba-1e42cacf6a8643bd633f631c212d71760852abbc.tar.bz2
samba-1e42cacf6a8643bd633f631c212d71760852abbc.zip
r5036: changed HYPER_T to the more standard "hyper"
(This used to be commit 1d1a9c11ee681540ef8a1029409bb24fc26f976c)
Diffstat (limited to 'source4/librpc/idl/drsblobs.idl')
-rw-r--r--source4/librpc/idl/drsblobs.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/source4/librpc/idl/drsblobs.idl b/source4/librpc/idl/drsblobs.idl
index 51c4071a25..b2d38b27d3 100644
--- a/source4/librpc/idl/drsblobs.idl
+++ b/source4/librpc/idl/drsblobs.idl
@@ -16,8 +16,8 @@ interface drsblobs {
uint32 version;
NTTIME_1sec orginating_time;
GUID orginating_dsa; /* the 'invocationId' ? */
- HYPER_T orginating_usn;
- HYPER_T local_usn;
+ hyper orginating_usn;
+ hyper local_usn;
} replPropertyMetaData1;
typedef struct {
@@ -47,7 +47,7 @@ interface drsblobs {
*/
typedef struct {
GUID invocation_id_guid; /* the 'invocationId' field of the CN=NTDS Settings object */
- HYPER_T highest_usn; /* updated after a full replication cycle */
+ hyper highest_usn; /* updated after a full replication cycle */
} replUpToDateVector1;
typedef struct {
@@ -58,7 +58,7 @@ interface drsblobs {
typedef struct {
GUID invocation_id_guid; /* the 'invocationId' field of the CN=NTDS Settings object */
- HYPER_T highest_usn; /* updated after a full replication cycle */
+ hyper highest_usn; /* updated after a full replication cycle */
NTTIME_1sec last_success;
} replUpToDateVector2;
@@ -104,9 +104,9 @@ interface drsblobs {
uint32 replica_flags;
uint8 schedule[84];
uint32 reserved;
- HYPER_T tmp_highest_usn; /* updated after each object update */
- HYPER_T reserved_usn;
- HYPER_T highest_usn; /* updated after a full replication cycle */
+ hyper tmp_highest_usn; /* updated after each object update */
+ hyper reserved_usn;
+ hyper highest_usn; /* updated after a full replication cycle */
GUID source_dsa_obj_guid; /* the 'objectGuid' field of the CN=NTDS Settings object */
GUID source_dsa_invocation_id; /* the 'invocationId' field of the CN=NTDS Settings object */
GUID transport_guid;