Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NLSR
/
4ae1694c470d31703ff2de509fa8a5aece963e9a
/
.
/
nlsr-sync-0.0
/
nlsr_sync.h
blob: 5fe9a5202024d49cd83f872db5301bce8b3f2bbf [
file
] [
log
] [
blame
]
#ifndef
_NLSR_SYNC_H_
#define
_NLSR_SYNC_H_
void
sync_monitor
(
char
*
topo_prefix
,
char
*
slice_prefix
);
void
write_data_to_repo
(
char
*
data
,
char
*
name_prefix
);
int
create_sync_slice
(
char
*
topo_prefix
,
char
*
slice_prefix
);
#endif