From d22b5b84c0ac656da47d7bc83e9a4b954d766ed6 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 29 May 2017 16:23:02 +0200 Subject: Re-add version to phy_instance This is resubmission of 9eeb0b1a136fc8c24a86cb4d832c264674c10db0 with errorneous use of talloc_asprintf() removed which should fix OS#2316. Change-Id: I02ae6fffdc808c1ea14185dbb4a720d27a62d4bb Related: OS#1614 --- include/osmo-bts/phy_link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h index 2164dfa9..4c7ff348 100644 --- a/include/osmo-bts/phy_link.h +++ b/include/osmo-bts/phy_link.h @@ -76,7 +76,7 @@ struct phy_instance { struct llist_head list; int num; char *description; - + char version[MAX_VERSION_LENGTH]; /* pointer to the PHY link to which we belong */ struct phy_link *phy_link; -- cgit v1.2.3