From 231653a8d076c7c793a809de7b953c19a5e91284 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 24 Nov 2015 13:23:44 +0100 Subject: gtphub: cosmetic: fix an argument name. Sponsored-by: On-Waves ehi --- openbsc/include/openbsc/gtphub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/gtphub.h') diff --git a/openbsc/include/openbsc/gtphub.h b/openbsc/include/openbsc/gtphub.h index cf1bfe894..1ddae76de 100644 --- a/openbsc/include/openbsc/gtphub.h +++ b/openbsc/include/openbsc/gtphub.h @@ -185,7 +185,7 @@ void expiry_init(struct expiry *exq, int expiry_in_seconds); /* Add a new mapping, or restart the expiry timeout for an already listed * mapping. */ -void expiry_add(struct expiry *exq, struct expiring_item *mapping, time_t now); +void expiry_add(struct expiry *exq, struct expiring_item *item, time_t now); /* Initialize to all-empty; must be called before using the item in any way. */ void expiring_item_init(struct expiring_item *item); -- cgit v1.2.3