1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-17 15:50:07 +00:00
Files
seafile-server/include/monitor-rpc.h
2016-08-19 13:54:16 +08:00

14 lines
236 B
C

#ifndef MONITOR_RPC_H
#define MONITOR_RPC_H
/**
* monitor_compute_repo_size:
* @repo_id: repo id
*
* Returns 0 if successfully scheduled computation.
*/
int
monitor_compute_repo_size (const char *repo_id, GError **error);
#endif