chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disobedience notices when tracks are adopted now.
[disorder]
/
lib
/
eclient.h
diff --git
a/lib/eclient.h
b/lib/eclient.h
index 359a71b38b59d4faed28b341363f09f8b27a3e90..ce5c582cb5a02fd3c4ecf8830b66738ad27f5576 100644
(file)
--- a/
lib/eclient.h
+++ b/
lib/eclient.h
@@
-165,6
+165,9
@@
typedef struct disorder_eclient_log_callbacks {
/** @brief Called when your rights change */
void (*rights_changed)(void *v, rights_type new_rights);
/** @brief Called when your rights change */
void (*rights_changed)(void *v, rights_type new_rights);
+
+ /** @brief Called when a track is adopted */
+ void (*adopted)(void *v, const char *id, const char *who);
} disorder_eclient_log_callbacks;
/* State bits */
} disorder_eclient_log_callbacks;
/* State bits */