Skip to content

Commit

Permalink
Merge pull request logrhythm#67 from kjell-hedstrom/ShutdownProto_v2.0
Browse files Browse the repository at this point in the history
Added shutdown command generation
  • Loading branch information
Ben Aldrich committed Aug 23, 2013
2 parents 05c0186 + 71997f2 commit 4f884ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/buildProtoFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ cd "$cppSrcDir"
"$protoc" -I="$protoFileDir" --cpp_out=libconf "$protoFileDir"/NetInterfaceMsg.proto
"$protoc" -I="$protoFileDir" --cpp_out=libconf "$protoFileDir"/NtpMsg.proto
"$protoc" -I="$protoFileDir" --cpp_out=libconf "$protoFileDir"/RestartMsg.proto
"$protoc" -I="$protoFileDir" --cpp_out=libconf "$protoFileDir"/ShutdownMsg.proto
"$protoc" -I="$protoFileDir" --cpp_out=libconf "$protoFileDir"/VersionMsg.proto
"$protoc" -I="$protoFileDir" --cpp_out=libconf "$protoFileDir"/SyslogConfMsg.proto
"$protoc" -I="$protoFileDir" --cpp_out=libconf "$protoFileDir"/ReaderRuleConf.proto
Expand All @@ -71,6 +72,7 @@ mv libconf/NtpMsg.pb.cc libconf/NtpMsg.pb.cpp
mv libconf/QosmosConfMsg.pb.cc libconf/QosmosConfMsg.pb.cpp
mv libconf/ConfTypeMsg.pb.cc libconf/ConfTypeMsg.pb.cpp
mv libconf/RestartMsg.pb.cc libconf/RestartMsg.pb.cpp
mv libconf/ShutdownMsg.pb.cc libconf/ShutdownMsg.pb.cpp
mv libconf/VersionMsg.pb.cc libconf/VersionMsg.pb.cpp
mv libconf/SyslogConfMsg.pb.cc libconf/SyslogConfMsg.pb.cpp
mv libconf/ReaderRuleConf.pb.cc libconf/ReaderRuleConf.pb.cpp
Expand Down

0 comments on commit 4f884ca

Please sign in to comment.