More promise plumbing.

This commit is contained in:
Ian Gulliver
2015-06-28 11:43:17 -07:00
parent 4b79ef06de
commit a3b6977088
2 changed files with 9 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ struct cosmo_command {
struct cosmo_command *prev;
struct cosmo_command *next;
json_t *command;
promise *promise;
};
struct cosmo {