master/domain.h
changeset 446 8fede404c01f
parent 404 7f7f429e13c7
child 448 e4b76dc7910c
equal deleted inserted replaced
445:3b7eec329112 446:8fede404c01f
    74 };
    74 };
    75 
    75 
    76 /*****************************************************************************/
    76 /*****************************************************************************/
    77 
    77 
    78 int ec_domain_init(ec_domain_t *, ec_master_t *, unsigned int);
    78 int ec_domain_init(ec_domain_t *, ec_master_t *, unsigned int);
       
    79 
    79 int ec_domain_alloc(ec_domain_t *, uint32_t);
    80 int ec_domain_alloc(ec_domain_t *, uint32_t);
    80 void ec_domain_queue(ec_domain_t *);
    81 
       
    82 void ec_domain_queue_datagrams(ec_domain_t *);
       
    83 void ec_domain_dequeue_datagrams(ec_domain_t *);
    81 
    84 
    82 /*****************************************************************************/
    85 /*****************************************************************************/
    83 
    86 
    84 #endif
    87 #endif