File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / mqtt.h
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 08:43:51 2011 UTC (12 years, 6 months ago) by misho
Branches: mqtt1_0
add new files

#ifndef __MQTT_H
#define __MQTT_H


struct tagArgs {
	io_sockaddr_t	addr;

	char		Dup;
	char		Retain;
	char		QoS;
	char		isFile;
	ait_val_t	Value;

	ait_val_t	Publish;

	array_t		*Subscribes;

	void		(*free)(struct tagArgs*);
};

extern struct tagArgs *args;


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>