]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add new lib_dir to bottom of the struct
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 21 Nov 2012 14:54:06 +0000 (08:54 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 21 Nov 2012 14:54:06 +0000 (08:54 -0600)
src/include/switch_types.h

index 15993c79938b114aab6668533534d245d6aafab5..20c83cd8986d0ac43953399fbdf5efbc71b298d4 100644 (file)
@@ -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;