Changeset: 5c77e627d338 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5c77e627d338 Modified Files: gdk/gdk.h Branch: default Log Message:
Use all left over bits. diffs (12 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -751,7 +751,7 @@ typedef struct { restricted:2, /* access privileges */ persistence:1, /* should the BAT persist on disk? */ role:8, /* role of the bat */ - unused:15; /* value=0 for now (sneakily used by mat.c) */ + unused:17; /* value=0 for now (sneakily used by mat.c) */ int sharecnt; /* incoming view count */ /* delta status administration */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list