Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Implementation of flow related ops | Sander Vrijders | 2016-03-31 | 1 | -1/+6 |
| | | | | | | This adds the messages that are sent to the IPCPs related to flows. Some messages are also sent to the IRMd (e.g. when a new flow arrives). | ||||
* | lib, irmd: Update communication with IRMd | Sander Vrijders | 2016-03-30 | 1 | -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 cmake | Sander Vrijders | 2016-03-25 | 1 | -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. |