You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
328 B
10 lines
328 B
#ifndef SFRT_SANDBOX_REQUEST_QUEUE_H
|
|
#define SFRT_SANDBOX_REQUEST_QUEUE_H
|
|
|
|
#include <sandbox_request.h>
|
|
|
|
void sandbox_request_queue_initialize(void);
|
|
int sandbox_request_queue_add(sandbox_request_t *);
|
|
sandbox_request_t *sandbox_request_queue_remove(void);
|
|
|
|
#endif /* SFRT_SANDBOX_REQUEST_QUEUE_H */ |