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

Unified Diff: src/trusted/service_runtime/sel_main_chrome.h

Issue 11743028: Partly change IRT load-skipping to be explicit. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: update comments Created 7 years, 12 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
« no previous file with comments | « src/trusted/service_runtime/sel_main.c ('k') | src/trusted/service_runtime/sel_main_chrome.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/sel_main_chrome.h
diff --git a/src/trusted/service_runtime/sel_main_chrome.h b/src/trusted/service_runtime/sel_main_chrome.h
index 5c858dc8b1d1d71abe67e0271cca278b5aa52150..5737bf763a43b4f17369ce53182ef42e02948fc6 100644
--- a/src/trusted/service_runtime/sel_main_chrome.h
+++ b/src/trusted/service_runtime/sel_main_chrome.h
@@ -34,7 +34,9 @@ struct NaClChromeMainArgs {
/*
* File descriptor for the NaCl integrated runtime (IRT) library.
* Note that this is a file descriptor even on Windows (where file
- * descriptors are emulated by the C runtime library). Required.
+ * descriptors are emulated by the C runtime library).
+ * Optional; may be -1. Optional when loading nexes that don't follow
+ * NaCl's stable ABI, such as the PNaCl translator.
*/
int irt_fd;
« no previous file with comments | « src/trusted/service_runtime/sel_main.c ('k') | src/trusted/service_runtime/sel_main_chrome.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698