Handle several counters simultaniously
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 20 Sep 2010 14:45:24 +0000 (16:45 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 21 Sep 2010 09:49:46 +0000 (11:49 +0200)
commit7d36465e46ff59fb216b943df2e8c63c2e366bd1
tree57c2c298cbcd6fe3f9ec700abe84b38207923ea5
parent7d07dba2ee2ce01fa76d15af2b1980907ed4f9f7
Handle several counters simultaniously

The current implementation does not handle multiple
counters at the same time correctly. Only the first
counter gets the updates, all others just an empty
dictionary.

For each Counter object the counters have to be
maintained separately.
src/connman.h
src/counter.c
src/ipconfig.c
src/service.c