akmhoque | 8a5babe | 2012-08-16 17:39:33 -0500 | [diff] [blame] | 1 | #ifndef _NLSR_ADL_H_ |
2 | #define _NLSR_ADL_H_ | ||||
3 | |||||
4 | void add_adjacent_to_adl(struct ndn_neighbor *nbr); | ||||
5 | void print_adjacent_from_adl(void); | ||||
6 | void update_adjacent_status_to_adl(struct ccn_charbuf *nbr, int status); | ||||
akmhoque | f6432c2 | 2012-08-21 13:18:05 -0400 | [diff] [blame^] | 7 | void update_adjacent_lsdb_version_to_adl(struct ccn_charbuf *nbr, long int version); |
akmhoque | 8a5babe | 2012-08-16 17:39:33 -0500 | [diff] [blame] | 8 | |
9 | #endif |