sbcap_server.h: Remove unused fields

Change-Id: I3086a264557b976985d166e56fb7f70ad96b81df
This commit is contained in:
Pau Espin 2022-07-20 18:23:09 +02:00
parent 881d5bab4b
commit 782d431068
1 changed files with 0 additions and 4 deletions

View File

@ -34,11 +34,7 @@ struct osmo_sbcap_cbc_client {
struct llist_head list;
/* stream server connection for this client */
struct osmo_stream_srv *conn;
/* partially received sbcap message (rx completion pending) */
struct msgb *rx_msg;
struct osmo_fsm_inst *fi;
struct cbc_peer *peer;
};