Commit b7a68eb0 authored by Federico Vaga's avatar Federico Vaga

fwatch: add application private data

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent d6ba21ca
......@@ -66,6 +66,7 @@ typedef struct application {
///> different status flags
uint32_t flags;
void *data;
} application;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment