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

Unified Diff: src/trusted/reverse_service/reverse_socket.h

Issue 7942008: NaCl repo side changes to make crash reporting more reliable. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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/trusted/reverse_service/reverse_service.cc ('k') | src/trusted/reverse_service/reverse_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/reverse_service/reverse_socket.h
===================================================================
--- src/trusted/reverse_service/reverse_socket.h (revision 6725)
+++ src/trusted/reverse_service/reverse_socket.h (working copy)
@@ -43,6 +43,11 @@
~ReverseSocket(); // dtor will delete conn_cap
+ bool StartServiceCb(void (*exit_cb)(void *server_instance_data,
+ int server_loop_ret),
+ void *server_instance_data);
+
+ /* StartService just invokes StartServiceCb with exit_cb boudn to NULL */
bool StartService(void* server_instance_data);
private:
« no previous file with comments | « src/trusted/reverse_service/reverse_service.cc ('k') | src/trusted/reverse_service/reverse_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698