diff options
Diffstat (limited to 'plugins/ExternalAPI/m_ieview.h')
-rw-r--r-- | plugins/ExternalAPI/m_ieview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_ieview.h b/plugins/ExternalAPI/m_ieview.h index 6ab950b63e..563ce1542e 100644 --- a/plugins/ExternalAPI/m_ieview.h +++ b/plugins/ExternalAPI/m_ieview.h @@ -123,6 +123,7 @@ struct IEVIEWEVENTDATA uint32_t dwData; // DWORD data e.g. status see IEEDD_* values
int bIsMe; // TRUE if the event is related to the user
uint32_t time; // Time of the event
+ MEVENT hEvent; // Database event handle, if present
IEVIEWEVENTDATA *next;
};
|