pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/39577?usp=email )
Change subject: up_peer: Document field ......................................................................
up_peer: Document field
Change-Id: I194074f657fb793681658c021579880f352a3f91 --- M include/osmocom/upf/up_peer.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/osmocom/upf/up_peer.h b/include/osmocom/upf/up_peer.h index 59c2b91..be5dd52 100644 --- a/include/osmocom/upf/up_peer.h +++ b/include/osmocom/upf/up_peer.h @@ -41,6 +41,7 @@ };
struct up_peer { + /* item in up_endpoint->peers */ struct llist_head entry;
struct osmo_fsm_inst *fi;