mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-24 09:43:18 -05:00
added notification for circle cache updates to avoid the need for an additional UI timer
This commit is contained in:
parent
e4f243694b
commit
f75d0add47
4 changed files with 42 additions and 8 deletions
|
|
@ -187,6 +187,10 @@ enum class RsGxsCircleEventCode: uint8_t
|
|||
|
||||
/** mCircleId contains the circle id */
|
||||
NEW_CIRCLE = 0x06,
|
||||
|
||||
/** no additional information. Simply means that the info previously from the cache has changed. */
|
||||
CACHE_DATA_UPDATED = 0x07,
|
||||
|
||||
};
|
||||
|
||||
struct RsGxsCircleEvent: RsEvent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue