1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-08 10:48:52 +00:00

Add "client_version" attribute to commit object.

This commit is contained in:
Jiaqiang Xu
2016-09-22 10:52:07 +08:00
parent 24158df163
commit 72ae505def
5 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ struct _SeafCommit {
char *repo_desc;
char *repo_category;
char *device_name;
char *client_version;
gboolean encrypted;
int enc_version;