API: Refactor: Implement api/handle module

This module will be used to implement remote management of objects through the
API. Object types to be registered must have a `uint64_t` field named 'handle'.
This commit is contained in:
Thiago de Arruda
2014-05-23 15:49:28 -03:00
parent 72e3125f45
commit 7dfc7bc2e1
5 changed files with 49 additions and 0 deletions

View File

@@ -85,3 +85,4 @@
MAP_IMPL(cstr_t)
MAP_IMPL(ptr_t)
MAP_IMPL(uint64_t)