cosmetic: add comment to hnbgw_cnlink_init()

This commit is contained in:
Neels Hofmeyr 2016-04-04 18:05:36 +02:00
parent 6341f4d410
commit 1befe6b221
1 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,8 @@ static int sccp_sap_up(struct osmo_prim_hdr *oph, void *slink)
}
/* Set up a link towards the core network for the circuit switched (is_ps == 0)
* or packet switched (is_ps != 0) domain. */
struct hnbgw_cnlink *hnbgw_cnlink_init(struct hnb_gw *gw, const char *host, uint16_t port, int is_ps)
{
struct hnbgw_cnlink *cnlink = talloc_zero(gw, struct hnbgw_cnlink);