master/domain.h
changeset 448 e4b76dc7910c
parent 446 8fede404c01f
child 495 88c597598bbc
equal deleted inserted replaced
447:ee53be7e18ee 448:e4b76dc7910c
    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 void ec_domain_destroy(ec_domain_t *);
    79 
    80 
    80 int ec_domain_alloc(ec_domain_t *, uint32_t);
    81 int ec_domain_alloc(ec_domain_t *, uint32_t);
    81 
       
    82 void ec_domain_queue_datagrams(ec_domain_t *);
    82 void ec_domain_queue_datagrams(ec_domain_t *);
    83 void ec_domain_dequeue_datagrams(ec_domain_t *);
       
    84 
    83 
    85 /*****************************************************************************/
    84 /*****************************************************************************/
    86 
    85 
    87 #endif
    86 #endif