X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.c;h=e336a9e7413d469c71a6221cab0e86b0aae24867;hp=e833543e785788876af91d691b73cf8876899de3;hb=a5ad3d4c598bafe28e90e5b623e0a754d6e973d5;hpb=7bba6232e873b7a6acc95ac05b4e333f86a51a46 diff --git a/vss.c b/vss.c index e833543e..e336a9e7 100644 --- 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 */