seeks
seeks copied to clipboard
Extended messages cannot have required fields (must be optional).
There is an error when I use the proto file db_query_record_msg.proto:
db_query_record_msg.proto:36:11: Message extensions cannot have required fields. /home/quix0r/git/seeks/src/plugins/query_capture/Makefile:850: recipe for target 'db_query_record_msg.pb.cc' failed make: *** [db_query_record_msg.pb.cc] Error 1
This small change fixes it.
Thanks. this might be due to using a new protocol buffer version. What version are you using ?
$ protoc --version libprotoc 2.6.0 $
Is my change working with older versions? Then, I think, it is save to merge. :-)
:-( All commits end up here in one merge request ...
Add more commits by pushing to the master branch on Quix0r/seeks.
They should have made this notice bigger.
Thanks, I'll take time to review this.
My apologies I was taken elsewhere and missed this PR. Is this still relevant ? Are you using Seeks ?
I am using Seeks every day. I am willing to test whatever there is to test in this PR.