aio: trigger upon shutdown

This commit is contained in:
Thomas Schoebel-Theuer 2022-12-02 21:48:06 +01:00
parent 885ab25599
commit 986dddcb7f
1 changed files with 1 additions and 0 deletions

View File

@ -1342,6 +1342,7 @@ cleanup:
mapfree_put(output->mf);
output->mf = NULL;
}
mars_remote_trigger(MARS_TRIGGER_LOCAL | MARS_TRIGGER_FROM_REMOTE);
}
return status;
}