Initial on-demand connection implementation
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 23 Jul 2010 15:09:50 +0000 (17:09 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 26 Jul 2010 10:21:01 +0000 (12:21 +0200)
commit06cf2e1b5bd7368b6dbcd7708c066a892a1c2114
treee21c9f10267ab1ce61b2b36bd3715ea0e157a5d7
parent14dea5e18d8a9d06424b74fa30f69316c965b0eb
Initial on-demand connection implementation

This first implementation tracks the connection status, and provides
a simple API for starting the on-demand session.
Makefile.am
include/ondemand.h [new file with mode: 0644]
src/connman.h
src/main.c
src/ondemand.c [new file with mode: 0644]