Parse Discovery Response Headers

This commit is contained in:
Florian Märkl 2019-08-07 21:54:25 +02:00
commit 84f91c2e21
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 104 additions and 12 deletions

View file

@ -30,6 +30,7 @@
int RunDiscoveryCmd(const QString &host)
{
ChiakiLog log;
chiaki_log_init(&log, CHIAKI_LOG_ALL, chiaki_log_cb_print, NULL);
ChiakiDiscovery discovery;
ChiakiErrorCode err = chiaki_discovery_init(&discovery, &log, AF_INET); // TODO: IPv6