Get rid of some memory holes on x86_64

This commit is contained in:
2014-09-24 20:26:46 +02:00
parent 21cab71e75
commit 49e7f1798e
2 changed files with 7 additions and 7 deletions

View File

@@ -883,6 +883,7 @@ struct poller_idle
{
LIST_HEADER (poller_idle)
struct poller *poller; ///< Our poller
bool active; ///< Whether we're on the list
poller_idle_fn dispatcher; ///< Event dispatcher