mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-09 04:17:30 +08:00
ff95b1d040
* Don't index worktree when GC is running; * Save remote head id for normal download tasks too.
14 lines
149 B
C
14 lines
149 B
C
#ifndef SEAF_GC_H
|
|
#define SEAF_GC_H
|
|
|
|
/*
|
|
* Start GC. If another GC has been started, returns -1.
|
|
*/
|
|
int
|
|
gc_start ();
|
|
|
|
int
|
|
gc_is_started ();
|
|
|
|
#endif
|