diff --git a/fuseops/ops.go b/fuseops/ops.go index df5dc38..1285f36 100644 --- a/fuseops/ops.go +++ b/fuseops/ops.go @@ -27,6 +27,7 @@ import ( // Sent once when mounting the file system. It must succeed in order for the // mount to succeed. type InitOp struct { + Header RequestHeader } //////////////////////////////////////////////////////////////////////// @@ -269,13 +270,6 @@ type ReleaseFileHandleOp struct { // Requests and responses //////////////////////////////////////////////////////////////////////// -type InitRequest struct { - Header RequestHeader -} - -type InitResponse struct { -} - type LookUpInodeRequest struct { Header RequestHeader