tag: add realtime unit MSECS (milliseconds)

This commit is contained in:
Daniel Eklöf 2018-12-28 14:05:02 +01:00
parent 13cc11e200
commit b0f0a1e942
2 changed files with 4 additions and 0 deletions

1
tag.h
View file

@ -7,6 +7,7 @@
enum tag_realtime_unit {
TAG_REALTIME_NONE,
TAG_REALTIME_SECS,
TAG_REALTIME_MSECS,
};
struct module;