summaryrefslogtreecommitdiffstats
path: root/tinyBFCP/include/tinybfcp/tbfcp_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyBFCP/include/tinybfcp/tbfcp_types.h')
-rwxr-xr-xtinyBFCP/include/tinybfcp/tbfcp_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tinyBFCP/include/tinybfcp/tbfcp_types.h b/tinyBFCP/include/tinybfcp/tbfcp_types.h
index 561d7be..68899b1 100755
--- a/tinyBFCP/include/tinybfcp/tbfcp_types.h
+++ b/tinyBFCP/include/tinybfcp/tbfcp_types.h
@@ -101,9 +101,9 @@ typedef enum tbfcp_role_e {
} tbfcp_role_t;
typedef enum tbfcp_setup_e {
- tbfcp_setup_active = (1 << 0),
- tbfcp_setup_passive = (1 << 1),
- tbfcp_setup_actpass = (tbfcp_setup_active | tbfcp_setup_passive),
+ tbfcp_setup_active = (1 << 0),
+ tbfcp_setup_passive = (1 << 1),
+ tbfcp_setup_actpass = (tbfcp_setup_active | tbfcp_setup_passive),
} tbfcp_setup_t;
#if !defined(kBfcpSetupDefault)
# define kBfcpSetupDefault tbfcp_setup_actpass
OpenPOWER on IntegriCloud