#ifndef SFRT_SANDBOX_COMPLETION_QUEUE_H #define SFRT_SANDBOX_COMPLETION_QUEUE_H #include #include "sandbox.h" void sandbox_completion_queue_add(struct sandbox *sandbox); void sandbox_completion_queue_free(unsigned int number_to_free); void sandbox_completion_queue_initialize(); #endif /* SFRT_SANDBOX_COMPLETION_QUEUE_H */