mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Cleanup: Formatting
This commit is contained in:
parent
74c03908c5
commit
96d60565d3
@ -60,24 +60,24 @@ typedef struct ice_config_tag ice_config_t;
|
|||||||
typedef struct _config_options config_options_t;
|
typedef struct _config_options config_options_t;
|
||||||
|
|
||||||
typedef enum _operation_mode {
|
typedef enum _operation_mode {
|
||||||
/* Default operation mode. may depend on context */
|
/* Default operation mode. may depend on context */
|
||||||
OMODE_DEFAULT = 0,
|
OMODE_DEFAULT = 0,
|
||||||
/* The normal mode. */
|
/* The normal mode. */
|
||||||
OMODE_NORMAL,
|
OMODE_NORMAL,
|
||||||
/* Mimic some of the behavior of older versions.
|
/* Mimic some of the behavior of older versions.
|
||||||
* This mode should only be used in transition to normal mode,
|
* This mode should only be used in transition to normal mode,
|
||||||
* e.g. to give some clients time to upgrade to new API.
|
* e.g. to give some clients time to upgrade to new API.
|
||||||
*/
|
*/
|
||||||
OMODE_LEGACY,
|
OMODE_LEGACY,
|
||||||
/* The struct mode includes some behavior for future versions
|
/* The struct mode includes some behavior for future versions
|
||||||
* that can for some reason not yet be used in the normal mode
|
* that can for some reason not yet be used in the normal mode
|
||||||
* e.g. because it may break interfaces in some way.
|
* e.g. because it may break interfaces in some way.
|
||||||
* New applications should test against this mode and developer
|
* New applications should test against this mode and developer
|
||||||
* of software interacting with Icecast on an API level should
|
* of software interacting with Icecast on an API level should
|
||||||
* have a look for strict mode behavior to avoid random breakage
|
* have a look for strict mode behavior to avoid random breakage
|
||||||
* with newer versions of Icecast.
|
* with newer versions of Icecast.
|
||||||
*/
|
*/
|
||||||
OMODE_STRICT
|
OMODE_STRICT
|
||||||
} operation_mode;
|
} operation_mode;
|
||||||
|
|
||||||
/* ---[ connection.[ch] ]--- */
|
/* ---[ connection.[ch] ]--- */
|
||||||
|
Loading…
Reference in New Issue
Block a user