4 #ifndef SRC_BFD_CLIENT_H_
5 #define SRC_BFD_CLIENT_H_
void Notify(const SessionKey &key, const BFD::BFDState &new_state)
void DeleteClientSessions()
Session * GetSession(const SessionKey &key) const
void AddSession(const SessionKey &key, const SessionConfig &config)
bool Up(const SessionKey &key) const
void DeleteSession(const SessionKey &key)
Client(Connection *cm, ClientId client_id=0)
Connection * GetConnection()