Config triggered SAEMs
This commit is contained in:
parent
89549fa7ac
commit
4247a050a1
4
src/sa.c
4
src/sa.c
|
|
@ -103,10 +103,6 @@ void bulletin_init(bulletin_t* bulletin) {
|
||||||
bulletin->to_consume[i] = calloc(1, sizeof(announcement_t));
|
bulletin->to_consume[i] = calloc(1, sizeof(announcement_t));
|
||||||
}
|
}
|
||||||
|
|
||||||
bulletin->to_provide_len = 1;
|
|
||||||
bulletin->to_provide[0] = calloc(1, sizeof(announcement_t));
|
|
||||||
bulletin->to_provide[0]->endpoint.port = 7777;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int mk_saem(facilities_t* facilities, uint8_t* b_saem, uint32_t* b_saem_len) {
|
int mk_saem(facilities_t* facilities, uint8_t* b_saem, uint32_t* b_saem_len) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue