diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-09-30 21:19:06 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 13:18:09 -0500 |
commit | b9a96fe63416583519d860c206cf27e408bcccab (patch) | |
tree | 5a9e0b49041edd49a5e85a062d95cdc7518d0b80 | |
parent | 1820baf320d5831815de35dddbbfc5818a0e004b (diff) |
Move proto definition to top level.
-rwxr-xr-x | benchmark/proto/generate.sh | 2 | ||||
-rw-r--r-- | openxc.proto (renamed from benchmark/proto/openxc.proto) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/proto/generate.sh b/benchmark/proto/generate.sh index 576b7b1..09400a3 100755 --- a/benchmark/proto/generate.sh +++ b/benchmark/proto/generate.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -protoc -I . --python_out=. openxc.proto +protoc -I ../.. --python_out=. ../../openxc.proto diff --git a/benchmark/proto/openxc.proto b/openxc.proto index 1917b0b..1917b0b 100644 --- a/benchmark/proto/openxc.proto +++ b/openxc.proto |