Skip to content
Snippets Groups Projects
Commit 730ca097 authored by thomasl's avatar thomasl
Browse files

fix "inline" not working as external function (inline only supposed to be in...

fix "inline" not working as external function (inline only supposed to be in the same source or in the .h)



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6639 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a6db3905
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ void s1ap_eNB_insert_new_instance(s1ap_eNB_instance_t *new_instance_p)
new_instance_p, s1ap_eNB_entries);
}
inline struct s1ap_eNB_mme_data_s *s1ap_eNB_get_MME(
struct s1ap_eNB_mme_data_s *s1ap_eNB_get_MME(
s1ap_eNB_instance_t *instance_p,
int32_t assoc_id, uint16_t cnx_id)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment