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/bfd.h | |
| 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/bfd.h')
| -rw-r--r-- | bfdd/bfd.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/bfdd/bfd.h b/bfdd/bfd.h index e08a1ff724..5d7795d7fb 100644 --- a/bfdd/bfd.h +++ b/bfdd/bfd.h @@ -505,9 +505,9 @@ void bfd_echo_xmttimer_assign(struct bfd_session *bs, bfd_ev_cb cb);  int bfd_session_enable(struct bfd_session *bs);  void bfd_session_disable(struct bfd_session *bs);  struct bfd_session *ptm_bfd_sess_new(struct bfd_peer_cfg *bpc); -int ptm_bfd_ses_del(struct bfd_peer_cfg *bpc); -void ptm_bfd_ses_dn(struct bfd_session *bfd, uint8_t diag); -void ptm_bfd_ses_up(struct bfd_session *bfd); +int ptm_bfd_sess_del(struct bfd_peer_cfg *bpc); +void ptm_bfd_sess_dn(struct bfd_session *bfd, uint8_t diag); +void ptm_bfd_sess_up(struct bfd_session *bfd);  void ptm_bfd_echo_stop(struct bfd_session *bfd);  void ptm_bfd_echo_start(struct bfd_session *bfd);  void ptm_bfd_xmt_TO(struct bfd_session *bfd, int fbit);  | 
