Message ID | 20220804185212.3074514-1-mareklindner@neomailbox.ch |
---|---|
State | Accepted, archived |
Delegated to: | Simon Wunderlich |
Headers | show |
Series | [1/3] alfred: add missing alfred_event_notify_v0 struct documentation | expand |
diff --git a/packet.h b/packet.h index b8d528e..c0723b8 100644 --- a/packet.h +++ b/packet.h @@ -247,6 +247,7 @@ struct alfred_event_register_v0 { * struct alfred_event_notify_v0 - event notification message * @header: TLV header describing the complete packet * @type: Type of the data triggering the event + * @source: Mac address of the original source of the data * * Sent by the daemon to client on data record update */
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> --- packet.h | 1 + 1 file changed, 1 insertion(+)