--- mqtt/inc/mqtt.h 2012/07/03 12:46:00 1.4 +++ mqtt/inc/mqtt.h 2017/10/08 22:49:24 1.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mqtt.h,v 1.4 2012/07/03 12:46:00 misho Exp $ +* $Id: mqtt.h,v 1.5 2017/10/08 22:49:24 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -54,7 +54,7 @@ SUCH DAMAGE. struct tagArgs { mqtt_cli_t *cli; - io_sockaddr_t addr; + sockaddr_t addr; u_short ka; mqtt_msg_t *msg;