1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-24 20:48:01 +00:00

Add excluded-users for fuse.

This commit is contained in:
cuihaikuo
2019-03-19 16:09:44 +08:00
parent 52f11250f8
commit c8a2f5a0d3
3 changed files with 43 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ struct _SeafileSession {
SeafCommitManager *commit_mgr;
SeafRepoManager *repo_mgr;
GHashTable *excluded_users;
gboolean create_tables;
};