]> jfr.im git - solanum.git/blobdiff - include/blacklist.h
ircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
[solanum.git] / include / blacklist.h
index 79eec92d9088d4605b963a6cf57fa9aa16a189e9..652f12b40d530af776317cc854a7c45d85988bfa 100644 (file)
@@ -18,7 +18,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
  */
 
 #ifndef _BLACKLIST_H_
@@ -46,7 +45,7 @@ struct Blacklist {
 struct BlacklistClient {
        struct Blacklist *blacklist;
        struct Client *client_p;
-       struct DNSQuery dns_query;
+       uint16_t dns_id;
        rb_dlink_node node;
 };