aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gtphub.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gtphub.h')
-rw-r--r--openbsc/include/openbsc/gtphub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gtphub.h b/openbsc/include/openbsc/gtphub.h
index a0125669d..bf5bc9ec8 100644
--- a/openbsc/include/openbsc/gtphub.h
+++ b/openbsc/include/openbsc/gtphub.h
@@ -370,6 +370,8 @@ struct gtphub_bind {
/* list of struct gtphub_peer */
struct llist_head peers;
+
+ const char *label; /* For logging */
};
struct gtphub_resolved_ggsn {