mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49676 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "asterisk/md5.h"
|
||||
#include "asterisk/manager.h"
|
||||
#include "asterisk/linkedlists.h"
|
||||
|
||||
#undef gethostbyname
|
||||
@@ -54,6 +53,13 @@
|
||||
*/
|
||||
#define _NEWT_CAST (void *)
|
||||
|
||||
#define DEFAULT_MANAGER_PORT 5038
|
||||
|
||||
struct message {
|
||||
unsigned int hdrcount;
|
||||
char headers[MAX_HEADERS][MAX_LEN];
|
||||
};
|
||||
|
||||
static struct ast_mansession {
|
||||
struct sockaddr_in sin;
|
||||
int fd;
|
||||
|
||||
Reference in New Issue
Block a user