commit | f518585ac4e926d98ba2650d33708080c1bd553f | [log] [tgz] |
---|---|---|
author | Keun Soo Yim <yim@google.com> | Wed Jun 01 19:37:10 2016 -0700 |
committer | Keun Soo Yim <yim@google.com> | Wed Jun 01 20:03:06 2016 -0700 |
tree | 8c10c3f6f1ab43bacaafc2e7426d66bf8e5aa6c7 | |
parent | 0ae2f74dff125839aa3fa86969b8bd9be9a667e1 [diff] [blame] |
return the updated call-by-pointer args from stub to runner another contained, minor change is: - define and use a lib for protobuf messages Change-Id: I91908a9e7600e77b21f011997cdba1a96df9f121
diff --git a/sysfuzzer/vtscompiler/code_gen/CodeGenBase.h b/sysfuzzer/vtscompiler/code_gen/CodeGenBase.h index de32204..1c0b293 100644 --- a/sysfuzzer/vtscompiler/code_gen/CodeGenBase.h +++ b/sysfuzzer/vtscompiler/code_gen/CodeGenBase.h
@@ -22,7 +22,7 @@ #include <sstream> #include <string> -#include "test/vts/sysfuzzer/common/proto/InterfaceSpecificationMessage.pb.h" +#include "test/vts/runners/host/proto/InterfaceSpecificationMessage.pb.h" using namespace std;