akmhoque | 8fdd641 | 2012-12-04 15:05:33 -0600 | [diff] [blame] | 1 | #ifndef _NLSR_SYNC_H_ |
| 2 | #define _NLSR_SYNC_H_ |
| 3 | |
| 4 | void sync_monitor(char *topo_prefix, char *slice_prefix); |
akmhoque | fc5176d | 2013-01-18 09:50:12 -0600 | [diff] [blame] | 5 | int write_data_to_repo(char *data,char *name_prefix); |
akmhoque | 8fdd641 | 2012-12-04 15:05:33 -0600 | [diff] [blame] | 6 | int create_sync_slice(char *topo_prefix, char *slice_prefix); |
akmhoque | 09c0afa | 2012-12-14 09:27:00 -0600 | [diff] [blame] | 7 | void get_host_name_from_command_string(struct name_prefix *name_part,char *nbr_name_uri, int offset); |
akmhoque | b29edd8 | 2013-01-14 20:54:11 -0600 | [diff] [blame] | 8 | void process_content_from_sync(struct ccn_charbuf *content_name, struct ccn_indexbuf *components); |
akmhoque | 8fdd641 | 2012-12-04 15:05:33 -0600 | [diff] [blame] | 9 | |
| 10 | #endif |