blob: ad6cd8ee03b0729853cd6c61fee78e81208797eb [file] [log] [blame]
akmhoquea0e71152013-02-11 09:47:59 -06001#ifndef _NLSR_SYNC_H_
2#define _NLSR_SYNC_H_
3
akmhoque866c2222013-02-12 10:49:33 -06004int sync_monitor(char *topo_prefix, char *slice_prefix);
akmhoquea0e71152013-02-11 09:47:59 -06005int write_data_to_repo(char *data,char *name_prefix);
6int create_sync_slice(char *topo_prefix, char *slice_prefix);
akmhoquea0e71152013-02-11 09:47:59 -06007void process_content_from_sync(struct ccn_charbuf *content_name, struct ccn_indexbuf *components);
8
9#endif