commit | e0d34a8c6e028d85b1adb261b3eb0d2fb4e853e9 | [log] [tgz] |
---|---|---|
author | Don Newton <dn8474@att.com> | Thu Nov 14 10:58:06 2019 -0500 |
committer | Don Newton <dn8474@att.com> | Thu Nov 14 14:30:05 2019 -0500 |
tree | adc8c1ddb64876691c909efb4c7a7f79bd6b6088 | |
parent | 98fd88136b83e8f6b95820580bcb7dee33ee5245 [diff] [blame] |
interim commit go fmt stuff Change-Id: I617a7d771b50c2b7999eabbbebbabef4e68d8713
diff --git a/grpc/client.go b/grpc/client.go index acb2304..ea32986 100644 --- a/grpc/client.go +++ b/grpc/client.go
@@ -99,3 +99,6 @@ clientMap[deviceId] = client return client } +func GetClient(deviceId string) *openflow.Client { + return clientMap[deviceId] +}