pespin submitted this change.

View Change

Approvals: osmith: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
mgcp-client: pool: Improve documentation of some internal fields

Change-Id: Ic9823ab0a3f101549452a7c7a0b1b5b21aaa837c
---
M include/osmocom/mgcp_client/mgcp_client_pool_internal.h
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/osmocom/mgcp_client/mgcp_client_pool_internal.h b/include/osmocom/mgcp_client/mgcp_client_pool_internal.h
index 95f5525..588ba04 100644
--- a/include/osmocom/mgcp_client/mgcp_client_pool_internal.h
+++ b/include/osmocom/mgcp_client/mgcp_client_pool_internal.h
@@ -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 @@
* 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

To view, visit change 29733. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Ic9823ab0a3f101549452a7c7a0b1b5b21aaa837c
Gerrit-Change-Number: 29733
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged