Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: src/include/minsfi.h

Issue 546883003: MinSFI: Passing arguments to the entry function (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/include/minsfi.h
diff --git a/src/include/minsfi.h b/src/include/minsfi.h
index a57280d762464ea8f8185af483addb84234476a4..de5479e3a8e6c302c7855d252a1b62c204a20674 100644
--- a/src/include/minsfi.h
+++ b/src/include/minsfi.h
@@ -21,7 +21,7 @@ bool MinsfiInitializeSandbox(void);
* returned by the sandbox. Returns EXIT_FAILURE if sandbox cannot be invoked,
* e.g. because it has not been initialized.
*/
-int MinsfiInvokeSandbox(void);
+int MinsfiInvokeSandbox(int argc, char **argv);
/*
* Destroys the MinSFI address subspace if there is one. Returns FALSE if

Powered by Google App Engine
This is Rietveld 408576698