mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
ipsec-types: Add identifier for the maximum (=no) CPU ID
This commit is contained in:
parent
aa1322aed5
commit
12395cedf3
@ -278,4 +278,9 @@ bool if_id_from_string(const char *value, uint32_t *if_id);
|
|||||||
*/
|
*/
|
||||||
void allocate_unique_if_ids(uint32_t *in, uint32_t *out);
|
void allocate_unique_if_ids(uint32_t *in, uint32_t *out);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Maximum CPU ID (used if no CPU ID specified).
|
||||||
|
*/
|
||||||
|
#define CPU_ID_MAX UINT32_MAX
|
||||||
|
|
||||||
#endif /** IPSEC_TYPES_H_ @}*/
|
#endif /** IPSEC_TYPES_H_ @}*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user