diff options
author | Franklin Wei <me@fwei.tk> | 2018-06-01 23:18:29 -0400 |
---|---|---|
committer | Franklin Wei <me@fwei.tk> | 2018-06-01 23:18:29 -0400 |
commit | 35da023f66db5e755baf40ff89b1a62be9c0bd2c (patch) | |
tree | f9d8289e4216c880ca28446129be7655132b6056 /service_provider.h | |
parent | fbd47093d2e71e4d6a58b4c23ac57e357a26ab2a (diff) | |
download | csaa-35da023f66db5e755baf40ff89b1a62be9c0bd2c.zip csaa-35da023f66db5e755baf40ff89b1a62be9c0bd2c.tar.gz csaa-35da023f66db5e755baf40ff89b1a62be9c0bd2c.tar.bz2 csaa-35da023f66db5e755baf40ff89b1a62be9c0bd2c.tar.xz |
Partially finish F_tp() implementation
Added some comments (mostly for my own sake) and a little code.
Diffstat (limited to 'service_provider.h')
-rw-r--r-- | service_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service_provider.h b/service_provider.h index 2ba3682..1c92c36 100644 --- a/service_provider.h +++ b/service_provider.h @@ -17,7 +17,7 @@ struct user_request { * update, val is a commitment to the contents, key, * and index of the file */ union { - /* if counter = 0 and type = ACL, create a new file with given ACL */ + /* if counter = 0 and type = ACL_UPDATE, create a new file with given ACL */ struct { struct tm_cert ru_cert; hash_t ru_hmac; |