From d3a418f6fb1436f4ff9206d6701971b76d0367c6 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 18 May 2021 15:05:57 +0000 Subject: [PATCH] doc: Related TODO to GitHub issue --- runtime/include/sandbox_exit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/include/sandbox_exit.h b/runtime/include/sandbox_exit.h index f0cae47..54ffb05 100644 --- a/runtime/include/sandbox_exit.h +++ b/runtime/include/sandbox_exit.h @@ -22,6 +22,7 @@ sandbox_exit(struct sandbox *exiting_sandbox) * We draw a distinction between RETURNED and COMPLETED because a sandbox cannot add itself to the * completion queue * TODO: I think this executes when running inside the sandbox, as it hasn't yet yielded + * See Issue #224 at https://github.com/gwsystems/sledge-serverless-framework/issues/224 */ sandbox_set_as_complete(exiting_sandbox, SANDBOX_RETURNED); break;