aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amps/transaction.h')
-rw-r--r--src/amps/transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amps/transaction.h b/src/amps/transaction.h
index 5240991..79fd467 100644
--- a/src/amps/transaction.h
+++ b/src/amps/transaction.h
@@ -36,6 +36,7 @@ typedef struct transaction {
enum amps_trans_state state; /* state of transaction */
struct timer timer; /* for varous timeouts */
int sat_detected; /* state if we detected SAT */
+ int dtx; /* if set, DTX is used with this call */
} transaction_t;
transaction_t *create_transaction(amps_t *amps, enum amps_trans_state trans_state, uint32_t min1, uint16_t min2, uint8_t msg_type, uint8_t ordq, uint8_t order, uint16_t chan);