Commit 7d02826c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8c692c11
...@@ -35,6 +35,8 @@ import ( ...@@ -35,6 +35,8 @@ import (
"lab.nexedi.com/kirr/neo/go/zodb" "lab.nexedi.com/kirr/neo/go/zodb"
) )
// zeo provides ZEO client.
// It implements zodb.IStorageDriver.
type zeo struct { type zeo struct {
link *zLink link *zLink
......
...@@ -273,7 +273,7 @@ func (zl *zLink) Call(ctx context.Context, method string, argv ...interface{}) ( ...@@ -273,7 +273,7 @@ func (zl *zLink) Call(ctx context.Context, method string, argv ...interface{}) (
msgid: callID, msgid: callID,
flags: 0, flags: 0,
method: method, method: method,
arg: tuple(argv), arg: tuple(argv), // XXX zl.enc.Tuple(argv...)
}) })
// ok, pkt is ready to go // ok, pkt is ready to go
......
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