| 1255 | } |
| 1256 | |
| 1257 | bool |
| 1258 | currentDtxDispatchProtocolCommand(DtxProtocolCommand dtxProtocolCommand, bool raiseError) |
| 1259 | { |
| 1260 | char gid[TMGIDSIZE]; |
| 1261 | |
| 1262 | dtxFormGid(gid, getDistributedTransactionId()); |
| 1263 | return doDispatchDtxProtocolCommand(dtxProtocolCommand, gid, raiseError, |
| 1264 | MyTmGxactLocal->dtxSegments, NULL, 0); |
| 1265 | } |
| 1266 | |
| 1267 | bool |
| 1268 | doDispatchDtxProtocolCommand(DtxProtocolCommand dtxProtocolCommand, |
no test coverage detected