X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=txn%2Ftxn.c;fp=txn%2Ftxn.c;h=20d058394fa0b3afc57e7838613c67083feccb07;hp=a932f66a3d9f79b05121a3da9f776c55397c4ea4;hb=0f6e9afb06b03647c4c5f2499ddab12f42b4340e;hpb=2b107655a1df8ae7703b44ef8cf1430a7250a5c3 diff --git a/txn/txn.c b/txn/txn.c index a932f66..20d0583 100644 --- a/txn/txn.c +++ b/txn/txn.c @@ -46,7 +46,7 @@ static version_t version_ = 1; static skiplist_t *active_ = NULL; -__attribute__ ((constructor)) void txn_init (void) { +__attribute__ ((constructor(103))) void txn_init (void) { active_ = sl_alloc(NULL); }