master/domain.h
changeset 495 88c597598bbc
parent 448 e4b76dc7910c
child 792 3778920f61e4
equal deleted inserted replaced
494:178b1b43a88c 495:88c597598bbc
    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 void ec_domain_destroy(ec_domain_t *);
    80 
    80 
    81 int ec_domain_alloc(ec_domain_t *, uint32_t);
    81 int ec_domain_alloc(ec_domain_t *, uint32_t);
    82 void ec_domain_queue_datagrams(ec_domain_t *);
       
    83 
    82 
    84 /*****************************************************************************/
    83 /*****************************************************************************/
    85 
    84 
    86 #endif
    85 #endif