add no_loopback flag to apps so they can tell mod_loopback to bow out

This commit is contained in:
Anthony Minessale
2012-10-31 12:56:09 -05:00
parent a4a44fb140
commit d1ad4d477c
3 changed files with 44 additions and 3 deletions

View File

@@ -1304,7 +1304,8 @@ typedef enum {
SAF_SUPPORT_NOMEDIA = (1 << 0),
SAF_ROUTING_EXEC = (1 << 1),
SAF_MEDIA_TAP = (1 << 2),
SAF_ZOMBIE_EXEC = (1 << 3)
SAF_ZOMBIE_EXEC = (1 << 3),
SAF_NO_LOOPBACK = (1 << 4)
} switch_application_flag_enum_t;
typedef uint32_t switch_application_flag_t;