~vkolesnikov/pbxt/pbxt-drizzle-merge

« back to all changes in this revision

Viewing changes to src/xaction_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-03-26 10:36:38 UTC
  • mfrom: (598.1.1 pbxt)
  • Revision ID: paul.mccullagh@primebase.org-20090326103638-mie9ly04djrzsefr
Merged changes for RN232

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
                        tn_thd_id = wait_xact_ptr->xd_thread_id;
463
463
                }
464
464
                else {
 
465
                        tn_thd_id = 0;
465
466
                        if (!xn_get_xact_details(db, xw->xw_xn_id, thread, &flags, &start, NULL, &tn_thd_id))
466
467
                                flags = XT_XN_XAC_ENDED | XT_XN_XAC_SWEEP;
467
468
                }