diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-04-11 10:25:55 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2019-05-07 15:49:39 +0200 |
| commit | bc50bcc83cf69f4f95eee51fd8265c7f93d2d199 (patch) | |
| tree | 0fd373f36f1b4c19c77b7fae01abce7240beacf7 /bfdd/config.c | |
| parent | 1ac865e7d49b028f115befcef3d7b20b7c6b3a4c (diff) | |
bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routines
this is a change to be more consistent with function naming convention
in bfd. a small change for 3 functions.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bfdd/config.c')
| -rw-r--r-- | bfdd/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfdd/config.c b/bfdd/config.c index cd57ea9fe3..74e7d63d0c 100644 --- a/bfdd/config.c +++ b/bfdd/config.c @@ -68,7 +68,7 @@ static int config_add(struct bfd_peer_cfg *bpc, static int config_del(struct bfd_peer_cfg *bpc, void *arg __attribute__((unused))) { - return ptm_bfd_ses_del(bpc) != 0; + return ptm_bfd_sess_del(bpc) != 0; } static int parse_config_json(struct json_object *jo, bpc_handle h, void *arg) |
