make mailer app name a config option

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6163 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-11-05 18:45:26 +00:00
parent 8ed43c00f0
commit 23aa165dff
4 changed files with 12 additions and 1 deletions
+2
View File
@@ -171,6 +171,8 @@ struct switch_runtime {
int32_t sps;
int32_t sps_last;
switch_log_level_t hard_log_level;
char *mailer_app;
char *mailer_app_args;
};
extern struct switch_runtime runtime;