0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

ircd::aio: Additional assertion.

This commit is contained in:
Jason Volk 2018-12-29 20:15:24 -08:00
parent 663b164f39
commit ba7ad88d7a

View file

@ -613,6 +613,7 @@ try
in_flight += submitted; in_flight += submitted;
qcount -= submitted; qcount -= submitted;
assert(!qcount);
return submitted; return submitted;
} }
catch(const std::system_error &e) catch(const std::system_error &e)