Index: util/win/registration_protocol_win.h |
diff --git a/util/win/registration_protocol_win.h b/util/win/registration_protocol_win.h |
index e2f1d23d17abe5d77c3496f5e7a1fb472b90986d..05ca7b442736a5c7abe0e7b6b44c8a2c98f36a1d 100644 |
--- a/util/win/registration_protocol_win.h |
+++ b/util/win/registration_protocol_win.h |
@@ -89,6 +89,10 @@ struct RegistrationResponse { |
//! signaled to request a crash report. 64-bit clients should convert the |
//! value to a `HANDLE` using sign-extension. |
uint32_t request_report_event; |
+ //! \brief An event `HANDLE`, valid in the client process, that will be |
Mark Mentovai
2015/09/23 20:00:52
Blank line before this.
scottmg
2015/09/24 19:16:53
Done.
|
+ //! signalled once a crash report has been gathered. 64-bit clients should |
+ //! convert the value to a `HANDLE` using sign-extension. |
+ uint32_t report_completed_event; |
}; |
//! \brief The response sent back to the client via SendToCrashHandlerServer(). |