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

    1: #include "global.h"
    2: 
    3: 
    4: int
    5: Run(void)
    6: {
    7: 	FTRACE(1);
    8: 
    9: 	return 0;
   10: }

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