summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/ffd.h')
-rw-r--r--ffd/ffd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffd/ffd.h b/ffd/ffd.h
index a93c855..946fcd3 100644
--- a/ffd/ffd.h
+++ b/ffd/ffd.h
@@ -96,7 +96,7 @@ typedef struct _ffd_announce_t {
uint16_t type;
uint16_t key;
- ffd_metric_seqno_t feasability_distance;
+ ffd_metric_seqno_t feasibility_distance;
ffd_nexthop_t *selected;
ffd_nexthop_t *nexthop_list;
@@ -147,7 +147,7 @@ extern int sockfd;
extern struct timespec now;
-bool ffd_is_feasable(const ffd_announce_t *announce, ffd_metric_seqno_t ms);
+bool ffd_is_feasible(const ffd_announce_t *announce, ffd_metric_seqno_t ms);
ffd_metric_seqno_t ffd_announce_get_metric(const ffd_announce_t *announce);
void ffd_announce_update_nexthop(ffd_announce_t *announce);
ffd_announce_t* ffd_announce_new(void);