Migrated controller_t to INIT/METHOD macros

This commit is contained in:
Martin Willi
2011-05-16 15:24:15 +02:00
parent 83245de0ac
commit 4baf1f3bfe
2 changed files with 98 additions and 99 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ typedef struct controller_t controller_t;
*
* Passing NULL as callback to the managers function calls them asynchronously.
* If a callback is specified, they are called synchronously. There is a default
* callback "controller_cb_empty" if you wan't to call a function
* callback "controller_cb_empty" if you want to call a function
* synchronously, but don't need a callback.
*/
struct controller_t {