diff options
Diffstat (limited to 'pathd/pathd.h')
| -rw-r--r-- | pathd/pathd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pathd/pathd.h b/pathd/pathd.h index 7ad20044c3..bb2e63c04b 100644 --- a/pathd/pathd.h +++ b/pathd/pathd.h @@ -330,6 +330,8 @@ struct srte_candidate { RB_HEAD(srte_candidate_head, srte_candidate); RB_PROTOTYPE(srte_candidate_head, srte_candidate, entry, srte_candidate_compare) +#define ENDPOINT_STR_LENGTH IPADDR_STRING_SIZE + struct srte_policy { RB_ENTRY(srte_policy) entry; |
