We now have 32 timers. No need to reserve minimum space anymore.
git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@1316 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
parent
d305dbc609
commit
62d35faf6b
3
libpri.h
3
libpri.h
@ -1297,8 +1297,7 @@ enum PRI_TIMERS_AND_COUNTERS {
|
|||||||
PRI_TIMER_T_RETRIEVE, /*!< Maximum time to wait for RETRIEVE request response. */
|
PRI_TIMER_T_RETRIEVE, /*!< Maximum time to wait for RETRIEVE request response. */
|
||||||
|
|
||||||
/* Must be last in the enum list */
|
/* Must be last in the enum list */
|
||||||
_PRI_MAX_TIMERS,
|
PRI_MAX_TIMERS
|
||||||
PRI_MAX_TIMERS = (_PRI_MAX_TIMERS < 32) ? 32 : _PRI_MAX_TIMERS
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Get PRI version */
|
/* Get PRI version */
|
||||||
|
Loading…
Reference in New Issue
Block a user