Skip to content

Commit b98016d

Browse files
committed
Using gRPC 1.44 and Protobuf 3.19.4.
1 parent 9346e6b commit b98016d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xp_rpc/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import (
3030
const PluginName string = "RPC"
3131
const PluginVersion string = "0.2.2"
3232

33+
var plugin rpcPlugin
34+
3335
type Config struct {
3436
Server *ServerConfig
3537
Clients map[string]string
@@ -420,6 +422,4 @@ func SetString(sFunction, sParam1 *C.char, nParam2 C.int, sValue *C.char) {
420422
}
421423
}
422424

423-
var plugin rpcPlugin
424-
425425
func main() {}

0 commit comments

Comments
 (0)