Wick.Protocol.Response.GetLkReply (wick v0.1.0)

Copy Markdown View Source

fuse_lk_out (24 bytes) — reply to GETLK. Carries a fuse_file_lock describing either the conflicting lock that would have been blocked, or F_UNLCK (type=2) when the range is free. SETLK / SETLKW success replies use Empty instead (header-only).

Summary

Types

t()

@type t() :: %Wick.Protocol.Response.GetLkReply{
  end: non_neg_integer(),
  pid: non_neg_integer(),
  start: non_neg_integer(),
  type: non_neg_integer()
}