diff --git a/src/modules/sdbus/watcher.c b/src/modules/sdbus/watcher.c index 6c771833c65a..940e9bdfe5e2 100644 --- a/src/modules/sdbus/watcher.c +++ b/src/modules/sdbus/watcher.c @@ -117,7 +117,7 @@ static void op_stop (flux_watcher_t *w) static bool op_is_active (flux_watcher_t *w) { struct sdbus_watcher *sdw = watcher_get_data (w); - return ev_is_active (sdw->prep); + return flux_watcher_is_active (sdw->prep); } static void op_destroy (flux_watcher_t *w)