mgcp-client: pool: Improve documentation of some internal fields

Change-Id: Ic9823ab0a3f101549452a7c7a0b1b5b21aaa837c
This commit is contained in:
Pau Espin 2022-10-13 13:59:10 +02:00
parent f633302c73
commit d4707e2185
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
/* Struct to handle a member of a pool of MGWs. */
struct mgcp_client_pool_member {
/* Entry in llist mgcp_client_pool->pool. */
struct llist_head list;
/* Reference number assinged by VTY. This number is used to manage the pool from the VTY and to identify it in
@ -31,7 +32,7 @@ struct mgcp_client_pool {
* mgcp_client_vty_init() and actively registered by the API user using mgcp_client_pool_register_single() */
struct mgcp_client *mgcp_client_single;
/* A list that manages the pool members (see above) */
/* A list that manages the pool members (see mgcp_client_pool_member->list above) */
struct llist_head pool;
/* String to use for indentation when writing the configuration file to the VTY. This field is populated by