akmhoque | a0e7115 | 2013-02-11 09:47:59 -0600 | [diff] [blame] | 1 | #ifndef _NLSR_SYNC_H_ |
| 2 | #define _NLSR_SYNC_H_ |
| 3 | |
akmhoque | ad6d569 | 2013-03-11 19:43:33 -0500 | [diff] [blame] | 4 | struct ccn_charbuf * make_template(int scope); |
akmhoque | 866c222 | 2013-02-12 10:49:33 -0600 | [diff] [blame] | 5 | int sync_monitor(char *topo_prefix, char *slice_prefix); |
akmhoque | a0e7115 | 2013-02-11 09:47:59 -0600 | [diff] [blame] | 6 | int write_data_to_repo(char *data,char *name_prefix); |
| 7 | int create_sync_slice(char *topo_prefix, char *slice_prefix); |
akmhoque | a0e7115 | 2013-02-11 09:47:59 -0600 | [diff] [blame] | 8 | void process_content_from_sync(struct ccn_charbuf *content_name, struct ccn_indexbuf *components); |
| 9 | |
| 10 | #endif |