UD_comrol_serial  187 modules/ud/ud_int.h int UD_comrol_serial(Transaction_t *tr, int commit);
UD_comrol_serial  189 modules/ud/ud_int.h #define UD_commit_serial(tr) UD_comrol_serial(tr, 1)
UD_comrol_serial  190 modules/ud/ud_int.h #define UD_rollback_serial(tr) UD_comrol_serial(tr, 0)