work on unfinished asterisk channel driver (bchannel handling)
[lcr.git] / chan_lcr.h
similarity index 77%
rename from asterisk_client.h
rename to chan_lcr.h
index 40493d3..0f861fe 100644 (file)
 struct chan_call {
        struct chan_call *next;
        unsigned long ref;      /* callref, is 0, if not yet set */
 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 */
-};