mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
tag: add realtime unit MSECS (milliseconds)
This commit is contained in:
parent
13cc11e200
commit
b0f0a1e942
2 changed files with 4 additions and 0 deletions
1
tag.h
1
tag.h
|
@ -7,6 +7,7 @@
|
|||
enum tag_realtime_unit {
|
||||
TAG_REALTIME_NONE,
|
||||
TAG_REALTIME_SECS,
|
||||
TAG_REALTIME_MSECS,
|
||||
};
|
||||
|
||||
struct module;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue