mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
add new lib_dir to bottom of the struct
This commit is contained in:
parent
27c236a03a
commit
ffa64d6f82
@ -466,7 +466,6 @@ typedef struct {
|
||||
struct switch_directories {
|
||||
char *base_dir;
|
||||
char *mod_dir;
|
||||
char *lib_dir;
|
||||
char *conf_dir;
|
||||
char *log_dir;
|
||||
char *run_dir;
|
||||
@ -478,6 +477,7 @@ struct switch_directories {
|
||||
char *storage_dir;
|
||||
char *recordings_dir;
|
||||
char *sounds_dir;
|
||||
char *lib_dir;
|
||||
};
|
||||
|
||||
typedef struct switch_directories switch_directories;
|
||||
|
Loading…
x
Reference in New Issue
Block a user