Skip to content
Unverified Commit 8e60f2ae authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Fix decrement_size RPC arguments

`decr_size` and `trunc_data` RPCs were using the same input parameters:

 - `uint64 fuid`
 - `string path`
 - `uint64 length`

`Decr_size` needs `path` but not `fuid` while for `trunc_data` is the
opposite.

Thus we need to use different struct type to store input parameters for
each of those RPCs.
parent 771867fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment