Repository : ssh://git@diktynna/alfred
On branch : master
commit 907b54535599e0420c68af8dc3db3fbb6dd907aa Author: Marek Lindner mareklindner@neomailbox.ch Date: Thu Aug 4 20:52:10 2022 +0200
alfred: add missing alfred_event_notify_v0 struct documentation
Signed-off-by: Marek Lindner mareklindner@neomailbox.ch Signed-off-by: Sven Eckelmann sven@narfation.org
907b54535599e0420c68af8dc3db3fbb6dd907aa packet.h | 1 + 1 file changed, 1 insertion(+)
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 */