Ported Init.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 14:11:28 +11:00
parent d43618adec
commit 9d282740dd
1 changed files with 1 additions and 7 deletions

View File

@ -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