summaryrefslogtreecommitdiff
path: root/src/lib/irmd_messages.proto
Commit message (Collapse)AuthorAgeFilesLines
* lib, irmd: Update communication with IRMdSander Vrijders2016-03-301-13/+10
| | | | | All messages sent to the IRMd now also get a reply back with the result of the operation.
* build: Add protobuf-c commands for cmakeSander Vrijders2016-03-251-0/+37
This adds a cmake file so that the build can ask to generate protobuf-c files from .proto files. The messages between the IRM and the library are compiled into the library.