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

Unified Diff: src/trusted/plugin/desc_based_handle.cc

Issue 5622003: Restructure the structs/unions involved in SRPC argument passing. This will... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 years 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/shared/srpc/rpc_universal.c ('k') | src/trusted/plugin/method_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/plugin/desc_based_handle.cc
===================================================================
--- src/trusted/plugin/desc_based_handle.cc (revision 3898)
+++ src/trusted/plugin/desc_based_handle.cc (working copy)
@@ -40,7 +40,7 @@
PLUGIN_PRINTF(("Map (shared_memory=%p)\n",
static_cast<void*>(shared_memory)));
params->outs()[0]->tag = NACL_SRPC_ARG_TYPE_OBJECT;
- params->outs()[0]->u.oval = shared_memory;
+ params->outs()[0]->arrays.oval = shared_memory;
return true;
}
« no previous file with comments | « src/shared/srpc/rpc_universal.c ('k') | src/trusted/plugin/method_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698