mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Parse Discovery Response Headers
This commit is contained in:
parent
3cd9d9a84f
commit
84f91c2e21
6 changed files with 104 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue