Changeset: 9c9301097ac1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9c9301097ac1
Modified Files:
        gdk/gdk.h
Branch: default
Log Message:

Move struct fields around a little so they make more sense.


diffs (17 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -751,11 +751,11 @@ typedef struct {
 
 typedef struct BAT {
        /* static bat properties */
+       oid hseqbase;           /* head seq base */
+       MT_Id creator_tid;      /* which thread created it */
        bat batCacheid;         /* index into BBP */
-       oid hseqbase;           /* head seq base */
 
        /* dynamic bat properties */
-       MT_Id creator_tid;      /* which thread created it */
        bool
         batCopiedtodisk:1,     /* once written */
         batDirtyflushed:1,     /* was dirty before commit started? */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to