Rewrote get_host_addr() to use getaddrinfo().
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 23 Sep 2019 11:29:37 +0000 (04:29 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 23 Sep 2019 11:29:37 +0000 (04:29 -0700)
commita68b34a0f2c525bbe19d0aec981809af7debe9da
tree291c4b42dbcaafb0852f2f7c655f03e2adceddc3
parent71b885953a1541f0067c08a08618c223f5fb99ba
Rewrote get_host_addr() to use getaddrinfo().
Added function remove_host_from_list().
Renamed:
    struct monitor_host -> struct host_entry
    hosts -> first_host_in_list
icmpmonitor.c