Add FIXME notice in mux select chan_dirty()

This commit is contained in:
Rodrigo Arias 2023-03-23 14:33:21 +01:00 committed by Rodrigo Arias Mallo
parent 080d1df3e1
commit 76efd7c216

View File

@ -195,8 +195,9 @@ mux_init(struct mux *mux,
return -1; return -1;
} }
/* Mark the select channel as dirty, so it runs the select /* FIXME: Mark the select channel as dirty, so it runs the select
* callback even if it doesn't have a new value */ * callback even if it doesn't have a new value. This hack must be
* removed when we get rid of the delayed connect. */
if (chan_dirty(select) != 0) { if (chan_dirty(select) != 0) {
err("chan_dirty failed"); err("chan_dirty failed");
return -1; return -1;