From ed038f1e3261af1bd98148afb893524908cc41ed Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期二, 04 二月 2020 10:58:56 +0800
Subject: [PATCH] remove to rule process ipc

---
 run.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/run.go b/run.go
index 90de849..cef375d 100644
--- a/run.go
+++ b/run.go
@@ -66,7 +66,7 @@
 }
 
 // Create Reid
-func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]interface{}) interface{} {
+func Create(config string, typ, id string, gpu int, shm bool, fn func(...interface{}), reserved map[string]interface{}) interface{} {
 
 	cfg, err := common.ReadConfig(config)
 	if err != nil {

--
Gitblit v1.8.0