From 7f2e8481db8503533898f29a864e609f5478bf92 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 07 一月 2020 14:06:21 +0800 Subject: [PATCH] udpate so --- run.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.go b/run.go index f7e9e12..f915794 100644 --- a/run.go +++ b/run.go @@ -28,11 +28,11 @@ shm bool ipc2Rule string ruleMsgMaxCacheSize int - reserved map[string]string + reserved map[string]interface{} } // Create create sdk -func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]string) interface{} { +func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]interface{}) interface{} { handle := NewSDK(fn) if handle == nil { -- Gitblit v1.8.0