comparison extensions/app_radgw/rgw_clients.c @ 519:3f43713be92d

Added flag information in list dump
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 27 Aug 2010 15:28:31 +0900
parents 1c2f5ee38039
children 9b5422e5385c
comparison
equal deleted inserted replaced
518:2c097ed9d0ea 519:3f43713be92d
744 struct rgw_client * client = NULL; 744 struct rgw_client * client = NULL;
745 struct fd_list *ref = NULL; 745 struct fd_list *ref = NULL;
746 746
747 for (ref = senti->next; ref != senti; ref = ref->next) { 747 for (ref = senti->next; ref != senti; ref = ref->next) {
748 client = (struct rgw_client *)ref; 748 client = (struct rgw_client *)ref;
749 TRACE_DEBUG_sSA(NONE, " - ", client->sa, NI_NUMERICHOST | NI_NUMERICSERV, "" ); 749 TRACE_DEBUG_sSA(NONE, " - ", client->sa, NI_NUMERICHOST | NI_NUMERICSERV, (type == RGW_CLI_NAS) ? "" : " [PROXY]" );
750 } 750 }
751 } 751 }
752 752
753 void rgw_clients_dump(void) 753 void rgw_clients_dump(void)
754 { 754 {
"Welcome to our mercurial repository"