s3:idmap_tdb2: move definition of struct idmap_tdb2_context up.
authorMichael Adam <obnox@samba.org>
Wed, 16 Jun 2010 13:31:05 +0000 (15:31 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:10:42 +0000 (02:10 +0200)
source3/winbindd/idmap_tdb2.c

index f7935fb3b93771cb3da7c406901a2e8b1c269e01..0ea84c697e96877b8b55fc80e338ac25a9b1b11d 100644 (file)
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_IDMAP
 
+struct idmap_tdb2_context {
+       uint32_t filter_low_id;
+       uint32_t filter_high_id;
+};
+
 /* High water mark keys */
 #define HWM_GROUP  "GROUP HWM"
 #define HWM_USER   "USER HWM"
@@ -314,10 +319,6 @@ static NTSTATUS idmap_tdb2_get_new_id(struct idmap_domain *dom,
 /*
   IDMAP MAPPING TDB BACKEND
 */
-struct idmap_tdb2_context {
-       uint32_t filter_low_id;
-       uint32_t filter_high_id;
-};
 
 /*
   Initialise idmap database.