Skip to content

Commit

Permalink
tm: formated the comment without + chars
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 20, 2015
1 parent 0ee3dc5 commit e6cdb91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/tm/t_suspend.c
Expand Up @@ -216,13 +216,13 @@ int t_continue(unsigned int hash_index, unsigned int label,
}

/* Set last_received to something >= 200,
+ * the actual value does not matter, the branch
+ * will never be picked up for response forwarding.
+ * If last_received is lower than 200,
+ * then the branch may tried to be cancelled later,
+ * for example when t_reply() is called from
+ * a failure route => deadlock, because both
+ * of them need the reply lock to be held. */
* the actual value does not matter, the branch
* will never be picked up for response forwarding.
* If last_received is lower than 200,
* then the branch may tried to be cancelled later,
* for example when t_reply() is called from
* a failure route => deadlock, because both
* of them need the reply lock to be held. */
t->uac[branch].last_received=500;
uac = &t->uac[branch];
}
Expand Down

0 comments on commit e6cdb91

Please sign in to comment.