FreeCalypso > hg > freecalypso-sw
diff gsm-fw/gpf/osx/osx.c @ 500:5293cac7f423
osx.c: osx_free_prim() done
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 01 Jul 2014 18:24:00 +0000 |
parents | 4d2c0430851a |
children | da8248e23aca |
line wrap: on
line diff
--- a/gsm-fw/gpf/osx/osx.c Tue Jul 01 18:17:25 2014 +0000 +++ b/gsm-fw/gpf/osx/osx.c Tue Jul 01 18:24:00 2014 +0000 @@ -114,3 +114,9 @@ return int_osx_receive_prim(_osx_registry[queue_type].caller, _osx_registry[queue_type].queue_handle); } + +void +osx_free_prim(xSignalHeaderRec *prim_ptr) +{ + vsi_c_free(_caller, (T_VOID_STRUCT **) &prim_ptr FILE_LINE_MACRO); +}