Module: kamailio Branch: master Commit: d99f040463805a8f7438409e41a9a270ec298092 URL: https://github.com/kamailio/kamailio/commit/d99f040463805a8f7438409e41a9a270...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-03-25T22:21:52+01:00
tm: t flags field made int
- short size is full, flag 15 already used
---
Modified: src/modules/tm/h_table.h Modified: src/modules/tm/uac.h
---
Diff: https://github.com/kamailio/kamailio/commit/d99f040463805a8f7438409e41a9a270... Patch: https://github.com/kamailio/kamailio/commit/d99f040463805a8f7438409e41a9a270...
---
diff --git a/src/modules/tm/h_table.h b/src/modules/tm/h_table.h index 59e229d068d..3e8136cbdac 100644 --- a/src/modules/tm/h_table.h +++ b/src/modules/tm/h_table.h @@ -346,9 +346,9 @@ typedef struct cell /* sequence number within hash collision slot */ unsigned int label; /* different information about the transaction */ - unsigned short flags; + unsigned int flags; /* number of forks */ - short nr_of_outgoings; + int nr_of_outgoings;
/* free operations counter - debug */ int fcount; diff --git a/src/modules/tm/uac.h b/src/modules/tm/uac.h index a76d8ea63a7..00dc32d2a5b 100644 --- a/src/modules/tm/uac.h +++ b/src/modules/tm/uac.h @@ -32,6 +32,7 @@
#define DEFAULT_CSEQ 10 /* Default CSeq number */
+ /* structure for UAC interface * * You can free the memory allocated