Loading healthd/healthd.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -250,6 +250,9 @@ static void healthd_mainloop(void) { if (events[n].data.ptr) (*(void (*)())events[n].data.ptr)(); } if (!nevents) periodic_chores(); } return; Loading Loading
healthd/healthd.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -250,6 +250,9 @@ static void healthd_mainloop(void) { if (events[n].data.ptr) (*(void (*)())events[n].data.ptr)(); } if (!nevents) periodic_chores(); } return; Loading