X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=chan_lcr.h;fp=asterisk_client.h;h=0f861feedf06ae8c0fb185f9056250d15a0915c6;hp=40493d3ae29586037835f11cc1754427b363e962;hb=14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5;hpb=b1e604969443a400168c98c0a032d3df80307326 diff --git a/asterisk_client.h b/chan_lcr.h similarity index 77% rename from asterisk_client.h rename to chan_lcr.h index 40493d3..0f861fe 100644 --- a/asterisk_client.h +++ b/chan_lcr.h @@ -13,13 +13,7 @@ struct chan_call { struct chan_call *next; unsigned long ref; /* callref, is 0, if not yet set */ - unsigned long addr; /* reference to bchannel, if set */ + unsigned long bchannel_handle; /* reference to bchannel, if set */ }; -/* structure of all bchannels (that are assinged by lcr) */ -struct chan_bchannel { - struct chan_bchannel *next; - unsigned long addr; /* stack address */ - unsigned long ref; /* if linked with a call, ref is set */ -};