master/master.h
branchstable-1.5
changeset 2467 74ede087bc85
parent 2453 d461b1f07296
child 2498 9cdd7669dc0b
equal deleted inserted replaced
2466:a0b686241178 2467:74ede087bc85
   285     void (*app_receive_cb)(void *); /**< Application's receive datagrams
   285     void (*app_receive_cb)(void *); /**< Application's receive datagrams
   286                                       callback. */
   286                                       callback. */
   287     void *app_cb_data; /**< Application callback data. */
   287     void *app_cb_data; /**< Application callback data. */
   288 
   288 
   289     struct list_head sii_requests; /**< SII write requests. */
   289     struct list_head sii_requests; /**< SII write requests. */
   290     wait_queue_head_t sii_queue; /**< Wait queue for SII
   290 
   291                                       write requests from user space. */
   291     wait_queue_head_t request_queue; /**< Wait queue for external requests
       
   292                                        from user space. */
   292 };
   293 };
   293 
   294 
   294 /*****************************************************************************/
   295 /*****************************************************************************/
   295 
   296 
   296 // static funtions
   297 // static funtions