Wick.Protocol.Request.BatchForget (wick v0.1.0)

Copy Markdown View Source

FUSE_BATCH_FORGET — fuse_batch_forget_in (8 bytes) followed by count × fuse_forget_one records. Exposed as a list of {nodeid, nlookup} tuples.

Summary

Types

t()

@type t() :: %Wick.Protocol.Request.BatchForget{
  items: [{non_neg_integer(), non_neg_integer()}]
}