Change in osmo-hlr[master]: gsup_router: Use "#pragma once" and add missing #includes

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Jun 24 13:34:03 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9722 )

Change subject: gsup_router: Use "#pragma once" and add missing #includes
......................................................................

gsup_router: Use "#pragma once" and add missing #includes

Change-Id: I2cc43ea5846e5b98281efc897252c8dcc3ef5728
---
M src/gsup_router.h
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved
  Vadim Yanitskiy: Looks good to me, but someone else must approve



diff --git a/src/gsup_router.h b/src/gsup_router.h
index f177347..282531d 100644
--- a/src/gsup_router.h
+++ b/src/gsup_router.h
@@ -1,3 +1,8 @@
+#pragma once
+
+#include <stdint.h>
+#include "gsup_server.h"
+
 struct osmo_gsup_conn *gsup_route_find(struct osmo_gsup_server *gs,
 					const uint8_t *addr, size_t addrlen);
 

-- 
To view, visit https://gerrit.osmocom.org/9722
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2cc43ea5846e5b98281efc897252c8dcc3ef5728
Gerrit-Change-Number: 9722
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180624/91b2f495/attachment.htm>


More information about the gerrit-log mailing list