aboutsummaryrefslogtreecommitdiff
path: root/src/msgpack_rpc.h
Commit message (Collapse)AuthorAge
* Refactor API types and prototypesThiago de Arruda2014-05-12
| | | | | | | | - Split functions with multiple files in the 'api' subdirectory - Move/Add more types in the 'api/defs.h' header - Add more prototypes - Refactor scripts/msgpack-gen.lua - Move msgpack modules to 'os' subdirectory
* Implement msgpack-rpc helper moduleThiago de Arruda2014-04-11
Still missing the `msgpack_rpc_dispatch` function which will be automatically generated by a script