Type Definition gnunet_sys::GNUNET_SCHEDULER_Priority[][src]

type GNUNET_SCHEDULER_Priority = c_uint;

Valid task priorities. Use these, do not pass random integers! For various reasons (#3862 – building with QT Creator, and our restricted cross-compilation with emscripten) this cannot be in gnunet_scheduler_lib.h, but it works if we declare it here. Naturally, logically this is part of the scheduler.