Skip to content

Commit

Permalink
tm: backport of suspended flag to detect resume on a non-suspended tr…
Browse files Browse the repository at this point in the history
…ansaction
  • Loading branch information
miconda committed Sep 17, 2015
1 parent 7960130 commit f1b8044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tm/h_table.h
Expand Up @@ -321,6 +321,7 @@ typedef struct async_state {

#define T_DISABLE_INTERNAL_REPLY (1<<13) /* don't send internal negative reply */
#define T_ADMIN_REPLY (1<<14) /* t reply sent by admin (e.g., from cfg script) */
#define T_ASYNC_SUSPENDED (1<<15)

/* unsigned short should be enough for a retr. timer: max. 65535 ms =>
* max retr. = 65 s which should be enough and saves us 2*2 bytes */
Expand Down

0 comments on commit f1b8044

Please sign in to comment.