aboutsummaryrefslogtreecommitdiff
path: root/nugget/include/app_nugget.h
diff options
context:
space:
mode:
Diffstat (limited to 'nugget/include/app_nugget.h')
-rw-r--r--nugget/include/app_nugget.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/nugget/include/app_nugget.h b/nugget/include/app_nugget.h
index cbeac47..82554c5 100644
--- a/nugget/include/app_nugget.h
+++ b/nugget/include/app_nugget.h
@@ -562,7 +562,17 @@ struct secure_channel_retry_count_persist_storage {
* @param args GSA noise handshake state
* @param arg_len 1
* @param reply <none>
- * @param reply_len 0
+ * @param reply_len 1
+ */
+#define NUGGET_PARAM_GET_BIG_EVENT_REPORT 0x001b
+/*
+ * This retrieves one pending big_event_report (defined in citadel_events.h).
+ * If none are pending, it returns nothing.
+ *
+ * @param args <none>
+ * @param arg_len 0
+ * @param reply struct big_event_report
+ * @param reply_len sizeof struct big_event_report OR 0
*/
#define NUGGET_PARAM_GET_BIG_EVENT_REPORT 0x001b
/*