summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/cdap_request.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Simplify CDAP APISander Vrijders2016-11-011-9/+0
| | | | | | This will simplify the CDAP API. Now the opcode has to be given when sending a CDAP request. Before a separate operation was provided since some of the function parameters are unused for certain commands.
* ipcpd, normal: Safe handling of CDAP requestsdimitri staessens2016-08-251-0/+77
Destruction of the object in the reply stage was unsafe.