Commit 8070e06a authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Debug for _OP_INIT.

parent 93276d3e
......@@ -471,6 +471,7 @@ func init() {
_OP_GETATTR: func(ptr unsafe.Pointer) interface{} { return (*AttrOut)(ptr) },
_OP_CREATE: func(ptr unsafe.Pointer) interface{} { return (*CreateOut)(ptr) },
_OP_SETATTR: func(ptr unsafe.Pointer) interface{} { return (*AttrOut)(ptr) },
_OP_INIT: func(ptr unsafe.Pointer) interface{} { return (*InitOut)(ptr) },
} {
operationHandlers[op].DecodeOut = f
}
......
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