| 710 | |
| 711 | |
| 712 | int TRA_get_state(thread_db* tdbb, TraNumber number) |
| 713 | { |
| 714 | /************************************** |
| 715 | * |
| 716 | * T R A _ g e t _ s t a t e |
| 717 | * |
| 718 | ************************************** |
| 719 | * |
| 720 | * Functional description |
| 721 | * Get the state of a given transaction on the |
| 722 | * transaction inventory page. |
| 723 | * |
| 724 | **************************************/ |
| 725 | |
| 726 | return TPC_snapshot_state(tdbb, number); |
| 727 | } |
| 728 | |
| 729 | |
| 730 | #ifdef SUPERSERVER_V2 |
no test coverage detected