master/domain.h
branchstable-1.2
changeset 1739 5fcbd29151d2
parent 1732 1cc865ba17c2
equal deleted inserted replaced
1738:bc89e3fba1a5 1739:5fcbd29151d2
    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