From 4d714a548871e5858faa4d7b9bdb0ffebccde161 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 7 Dec 2004 20:38:43 +0000 Subject: Big diet for struct ast_channel git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4399 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dumpchan.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/app_dumpchan.c') diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c index ad58cbb55..fbeeeedf3 100755 --- a/apps/app_dumpchan.c +++ b/apps/app_dumpchan.c @@ -78,7 +78,6 @@ static int ast_serialize_showchan(struct ast_channel *c, char *buf, size_t size) "PickupGroup=%d\n" "Application=%s\n" "Data=%s\n" - "Stack=%d\n" "Blocking_in=%s\n", c->name, c->type, @@ -104,8 +103,7 @@ static int ast_serialize_showchan(struct ast_channel *c, char *buf, size_t size) c->pickupgroup, ( c->appl ? c->appl : "(N/A)" ), ( c-> data ? (!ast_strlen_zero(c->data) ? c->data : "(Empty)") : "(None)"), - c->stack, - (c->blocking ? c->blockproc : "(Not Blocking)")); + (ast_test_flag(c, AST_FLAG_BLOCKING) ? c->blockproc : "(Not Blocking)")); return 0; } -- cgit v1.2.3