]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.c
Merge branch 't/map_populate'
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index e833543e785788876af91d691b73cf8876899de3..e336a9e7413d469c71a6221cab0e86b0aae24867 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 */