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

Unified Diff: src/untrusted/nacl/nacl_irt.h

Issue 24908002: Provide IRT process interface Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 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
« no previous file with comments | « src/untrusted/nacl/nacl.scons ('k') | src/untrusted/nacl/nacl_irt.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl_irt.h
diff --git a/src/untrusted/nacl/nacl_irt.h b/src/untrusted/nacl/nacl_irt.h
index e42ff403a88035f99893132ca7b0415f4a122394..f0b376ceaa55ef726fca871b5af6c647d0762d69 100644
--- a/src/untrusted/nacl/nacl_irt.h
+++ b/src/untrusted/nacl/nacl_irt.h
@@ -23,6 +23,7 @@ extern struct nacl_irt_memory __libnacl_irt_memory;
extern struct nacl_irt_tls __libnacl_irt_tls;
extern struct nacl_irt_clock __libnacl_irt_clock;
extern struct nacl_irt_dev_getpid __libnacl_irt_dev_getpid;
+extern struct nacl_irt_dev_process __libnacl_irt_dev_process;
extern int __libnacl_irt_query(const char *interface,
void *table, size_t table_size);
@@ -32,6 +33,7 @@ extern void __libnacl_irt_init(Elf32_auxv_t *auxv);
extern void __libnacl_irt_dev_fdio_init(void);
extern void __libnacl_irt_dev_filename_init(void);
+extern void __libnacl_irt_dev_process_init(void);
extern int __libnacl_irt_init_fn(void *interface_field, void (*init)(void));
« no previous file with comments | « src/untrusted/nacl/nacl.scons ('k') | src/untrusted/nacl/nacl_irt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698