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 2d76e2662aa353d72038560faa817cc855406fcb..60bdfefd747128973cdcafffbe1856666df9f79e 100644 |
--- a/src/trusted/service_runtime/sel_main_chrome.h |
+++ b/src/trusted/service_runtime/sel_main_chrome.h |
@@ -43,6 +43,14 @@ struct NaClChromeMainArgs { |
/* Cache for NaCl validation judgements. Optional; may be NULL. */ |
struct NaClValidationCache *validation_cache; |
+ |
+#if NACL_WINDOWS |
+ /* |
+ * Callback to use instead of DuplicateHandle() for copying a |
+ * Windows handle to another process. Optional; may be NULL. |
+ */ |
+ NaClBrokerDuplicateHandleFunc broker_duplicate_handle_func; |
+#endif |
}; |
/* Create a new args struct containing default values. */ |