mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Reflect changes in multithreaded sync model in header file.
This commit is contained in:
@ -9,8 +9,11 @@
|
||||
#ifdef WANT_TRACKER_SYNC
|
||||
enum { SYNC_IN, SYNC_OUT };
|
||||
|
||||
size_t return_changeset_for_tracker( char **reply );
|
||||
int add_changeset_to_tracker( ot_byte *data, size_t len );
|
||||
void sync_init( );
|
||||
void sync_deinit( );
|
||||
void sync_deliver( int64 socket );
|
||||
|
||||
int add_changeset_to_tracker( ot_byte *data, size_t len );
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user