Commit 81605d48 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f0f4fcde
...@@ -86,9 +86,12 @@ struct WatchLink { ...@@ -86,9 +86,12 @@ struct WatchLink {
}; };
// SrvReq represents 1 server-initiated wcfs request received over /head/watch link. // SrvReq represents 1 server-initiated wcfs request received over /head/watch link.
// XXX -> PinReq?
struct SrvReq { struct SrvReq {
// XXX // XXX
Oid foid; // request is about this file Oid foid; // request is about this file
int64_t blk; // ----//---- about this block
Tid at; // pin to this at XXX ffff = None = unpin
}; };
......
Markdown is supported
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