chore: small refactors

main
Sean McBride 5 years ago
parent 828b368a7c
commit f8d74bdfed

@ -2,7 +2,7 @@
// The global of our polymorphic interface // The global of our polymorphic interface
sandbox_request_scheduler_config_t sandbox_request_scheduler; static sandbox_request_scheduler_config_t sandbox_request_scheduler;
// Initializes a concrete implementation of the sandbox request scheduler interface // Initializes a concrete implementation of the sandbox request scheduler interface
void void

@ -1,6 +1,6 @@
#include <sandbox_request_scheduler.h> #include <sandbox_request_scheduler.h>
// FIFO Globals // Local State
static struct deque_sandbox *runtime_global_deque; static struct deque_sandbox *runtime_global_deque;
static pthread_mutex_t runtime_global_deque_mutex = PTHREAD_MUTEX_INITIALIZER; static pthread_mutex_t runtime_global_deque_mutex = PTHREAD_MUTEX_INITIALIZER;

Loading…
Cancel
Save