Commit 9d282740 authored by Aaron Jacobs's avatar Aaron Jacobs

Ported Init.

parent d43618ad
...@@ -27,6 +27,7 @@ import ( ...@@ -27,6 +27,7 @@ import (
// Sent once when mounting the file system. It must succeed in order for the // Sent once when mounting the file system. It must succeed in order for the
// mount to succeed. // mount to succeed.
type InitOp struct { type InitOp struct {
Header RequestHeader
} }
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
...@@ -269,13 +270,6 @@ type ReleaseFileHandleOp struct { ...@@ -269,13 +270,6 @@ type ReleaseFileHandleOp struct {
// Requests and responses // Requests and responses
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
type InitRequest struct {
Header RequestHeader
}
type InitResponse struct {
}
type LookUpInodeRequest struct { type LookUpInodeRequest struct {
Header RequestHeader Header RequestHeader
......
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