Merged revisions 43466 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r43466 | mogorman | 2006-09-21 18:50:56 -0500 (Thu, 21 Sep 2006) | 2 lines

updates for better compontent support

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matt O'Gorman
2006-09-21 23:55:13 +00:00
parent 859bc68383
commit 08368f00ab
3 changed files with 69 additions and 48 deletions

View File

@@ -40,11 +40,6 @@ enum aji_btype {
AJI_UTRANS=2
};
enum aji_type {
AJI_COMPONENT,
AJI_CLIENT,
};
struct aji_version {
char version[50];
int jingle;
@@ -120,7 +115,7 @@ struct aji_client {
int message_timeout;
int authorized;
unsigned int flags;
enum aji_type component;
int component; /* 0 client, 1 component */
struct aji_buddy_container buddies;
AST_LIST_HEAD(messages,aji_message) messages;
void *jingle;