forked from external/yambar
module: remove ready_fd
All modules are expected to handle a call to content() after having been instantiated. I.e. modules *cannot* even expect run() to have started running.
This commit is contained in:
parent
65cfcfb2de
commit
acdeff3b6e
14 changed files with 27 additions and 66 deletions
3
module.h
3
module.h
|
@ -24,7 +24,6 @@ struct module_info {
|
|||
|
||||
struct module_run_context {
|
||||
struct module *module;
|
||||
int ready_fd;
|
||||
int abort_fd;
|
||||
};
|
||||
|
||||
|
@ -54,6 +53,4 @@ struct module {
|
|||
|
||||
struct module *module_common_new(void);
|
||||
void module_default_destroy(struct module *mod);
|
||||
|
||||
void module_signal_ready(struct module_run_context *ctx);
|
||||
struct exposable *module_begin_expose(struct module *mod);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue