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

Unified Diff: ceee/ie/broker/broker_rpc_lib.idl

Issue 5481002: Ensure that just started broker doesn't get events addressed to dead instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « ceee/ie/broker/broker_rpc_client.cc ('k') | ceee/ie/broker/broker_rpc_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/broker/broker_rpc_lib.idl
===================================================================
--- ceee/ie/broker/broker_rpc_lib.idl (revision 67774)
+++ ceee/ie/broker/broker_rpc_lib.idl (working copy)
@@ -27,8 +27,10 @@
// @name Remote calls.
// @{
// Fires event to broker.
+// @param context is required to avoid execution by wrong broker instance.
void FireEvent(
[in] handle_t binding_handle,
+ [in] BrokerContextHandle context,
[in, string] const char* event_name,
[in, string] const char* event_args);
« no previous file with comments | « ceee/ie/broker/broker_rpc_client.cc ('k') | ceee/ie/broker/broker_rpc_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698