File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / src / daemon.c
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Nov 30 01:06:30 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
mqttd skeleton is finished
add user setting to default config

#include "global.h"


int
Run(void)
{
	FTRACE(1);

	return 0;
}

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