summaryrefslogtreecommitdiff
path: root/metadata_hub.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-02-03 20:24:58 +0000
committerMike Brady <mikebrady@eircom.net>2018-02-03 20:24:58 +0000
commita0bb2993df20be7442c54e9e8aaed3b40aa59ae6 (patch)
tree18fa158a6444b7173017d7c781b1444f94a4c9d2 /metadata_hub.h
parentab6fef93e188a888703132914a470952c26adeb4 (diff)
Add timing to debug messages, make timing sender wait interruptable eveyr 20 ms, thus making TEARDOWN faster.
Diffstat (limited to 'metadata_hub.h')
-rw-r--r--metadata_hub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata_hub.h b/metadata_hub.h
index 70d2fcf..2a7d844 100644
--- a/metadata_hub.h
+++ b/metadata_hub.h
@@ -99,7 +99,7 @@ void add_metadata_watcher(metadata_watcher fn, void *userdata);
void metadata_hub_init(void);
void metadata_hub_process_metadata(uint32_t type, uint32_t code, char *data, uint32_t length);
-// these functions lock and unlock the read-write mutex on the metadata hub and run the watchers afterwards
+// these functions lock and unlock the read-write mutex on the metadata hub and run the watchers
+// afterwards
void metadata_hub_modify_prolog(void);
void metadata_hub_modify_epilog(void);
-