X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.h;h=724a4c20b01857bc27bc7142f4b9cf77074eaf19;hp=254797e109ef97f807ce52fdfa954fbcf3b1740c;hb=03e00d7b37e755a4644739cdc5e3903d72c8e8d6;hpb=810c051a69a0c07d8cba5237324a836d8ac7a5b5 diff --git a/gsm.h b/gsm.h index 254797e..724a4c2 100644 --- a/gsm.h +++ b/gsm.h @@ -15,7 +15,7 @@ enum { }; struct lcr_gsm { - struct interface *interface; /* interface this instance is associated to */ + char interface_name[64]; /* name of interface this instance is associated to */ struct lcr_gsm *gsm_ms_next; /* list of MS instances, in case of MS */ char name[16]; /* name of MS instance, in case of MS */ int type; /* LCR_GSM_TYPE_*/