launcher: fudge the interface a bit

We want to create a context before knowing the pid it will match with.
This commit is contained in:
Ronan Pigott 2022-11-16 15:50:34 -07:00 committed by Simon Ser
parent 66568508c0
commit bdeb9f9565
3 changed files with 9 additions and 7 deletions

View file

@ -23,6 +23,6 @@ void launcher_ctx_consume(struct launcher_ctx *ctx);
void launcher_ctx_destroy(struct launcher_ctx *ctx);
struct launcher_ctx *launcher_ctx_create(pid_t pid);
struct launcher_ctx *launcher_ctx_create(void);
#endif