Index: jingle/notifier/listener/notification_defines.h |
diff --git a/jingle/notifier/listener/notification_defines.h b/jingle/notifier/listener/notification_defines.h |
index 5d4a0c83dc1c6603ad3077a5c4963ff3f115a6fb..bd18f4a8004c9fb95cf13443e933e5c97ad4396c 100644 |
--- a/jingle/notifier/listener/notification_defines.h |
+++ b/jingle/notifier/listener/notification_defines.h |
@@ -49,6 +49,8 @@ struct Notification { |
Notification(); |
~Notification(); |
+ // Set true if this is a ping notification. |
+ bool ping; |
akalin
2012/10/23 00:37:21
i think this can be done without adding this field
|
// The channel the notification is coming in on. |
std::string channel; |
// Recipients for this notification (may be empty). |