projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
doc: Add some missing doxygen comments.
[paraslash.git]
/
vss.c
diff --git
a/vss.c
b/vss.c
index b9afc8ed637374c82918f3448695a1a2fdaa94a2..f6da52dd6cc933f66a746095389ad1510452d0e4 100644
(file)
--- a/
vss.c
+++ b/
vss.c
@@
-132,6
+132,7
@@
struct fec_group {
uint16_t slice_bytes;
};
+/** A FEC client is always in one of these states. */
enum fec_client_state {
FEC_STATE_NONE = 0, /**< not initialized and not enabled */
FEC_STATE_DISABLED, /**< temporarily disabled */