mirror of
git://erdgeist.org/opentracker
synced 2025-07-23 08:55:19 +02:00
Reflect changes in multithreaded sync model in header file.
This commit is contained in:
parent
4072f162b4
commit
9e45802946
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue