mDNSResponder: Port to RTEMS

Update #4010.
This commit is contained in:
Sebastian Huber
2020-06-18 14:22:10 +02:00
parent 2cd95115ef
commit 7d194e5f55
9 changed files with 136 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ foobar_register(mDNSu16 port)
MakeDomainNameFromDNSNameString(&domain, "local.");
status = mDNS_RegisterService(&mDNSStorage, srs, &name, &type, &domain,
NULL, mDNSOpaque16fromIntVal(port), NULL, 0, NULL, 0,
NULL, mDNSOpaque16fromIntVal(port), NULL, NULL, 0, NULL, 0,
mDNSInterface_Any, foobar_callback, srs, 0);
assert(status == mStatus_NoError);