|
|
@ -36,8 +36,10 @@ local_completion_queue_add(struct sandbox *sandbox)
|
|
|
|
void
|
|
|
|
void
|
|
|
|
local_completion_queue_free()
|
|
|
|
local_completion_queue_free()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
struct sandbox *sandbox_iterator;
|
|
|
|
if (local_completion_queue_is_empty()) return;
|
|
|
|
struct sandbox *buffer;
|
|
|
|
|
|
|
|
|
|
|
|
struct sandbox *sandbox_iterator = NULL;
|
|
|
|
|
|
|
|
struct sandbox *buffer = NULL;
|
|
|
|
|
|
|
|
|
|
|
|
ps_list_foreach_del_d(&local_completion_queue, sandbox_iterator, buffer)
|
|
|
|
ps_list_foreach_del_d(&local_completion_queue, sandbox_iterator, buffer)
|
|
|
|
{
|
|
|
|
{
|
|
|
|