commit | 13a47ad1a856691cbfe84970d24e1fc0e5c2b2ea | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@onlab.us> | Wed Jun 21 21:53:20 2017 +0000 |
committer | Shad Ansari <shad@onlab.us> | Wed Jun 21 21:53:20 2017 +0000 |
tree | c9fb96bf80c5f6d535917ab6c6c27fe0dc8a5749 | |
parent | 8f5396f3987f8309e6319d6bc70b773a202b6572 [diff] [blame] |
add grpc module
diff --git a/.gitmodules b/.gitmodules index 79580f4..46e4dc7 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,6 @@ [submodule "third_party/grpc-c"] path = third_party/grpc-c url = https://github.com/shadansari/grpc-c.git +[submodule "third_party/grpc"] + path = third_party/grpc + url = https://github.com/grpc/grpc.git