Skip to content
Snippets Groups Projects
Commit a6d039cd authored by Russell Bryant's avatar Russell Bryant
Browse files

add a comment where some memory usage optimization needs to be done

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31613 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1e8aeba0
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ struct mohclass {
char dir[256];
char args[256];
char mode[80];
/* XXX This means that we are allocating 64KB of memory for every musiconhold class XXX */
char filearray[MAX_MOHFILES][MAX_MOHFILE_LEN];
unsigned int flags;
int total_files;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment