Commit 84b2ec1f authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add input debug for _OP_LINK.

parent 35d67a54
......@@ -505,6 +505,7 @@ func init() {
_OP_READDIR: func(ptr unsafe.Pointer) interface{} { return (*ReadIn)(ptr) },
_OP_ACCESS: func(ptr unsafe.Pointer) interface{} { return (*AccessIn)(ptr) },
_OP_FORGET: func(ptr unsafe.Pointer) interface{} { return (*ForgetIn)(ptr) },
_OP_LINK: func(ptr unsafe.Pointer) interface{} { return (*LinkIn)(ptr) },
} {
operationHandlers[op].DecodeIn = 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