From 32e14ce1721c112623d85661f072ff8e0463483c Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 02 一月 2020 10:30:35 +0800 Subject: [PATCH] add log --- 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