diff --git a/miext/sync/misyncstr.h b/miext/sync/misyncstr.h index ea48a4519..6f89714d6 100644 --- a/miext/sync/misyncstr.h +++ b/miext/sync/misyncstr.h @@ -43,8 +43,8 @@ struct _SyncObject { struct _SyncTriggerList *pTriglist; /* list of triggers */ XID id; /* resource ID */ unsigned char type; /* SYNC_* */ + unsigned char initialized; /* FALSE if created but not initialized */ Bool beingDestroyed; /* in process of going away */ - Bool initialized; /* FALSE if created but not initialized */ }; typedef struct _SyncCounter {