summaryrefslogtreecommitdiffstats
path: root/src/DabMux.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-20 08:48:48 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-19 10:28:30 +0200
commit0ac177534620caa13864f9bfcd804004e3e538fd (patch)
treed5d9fdc8651f50bd4258b7f2bdae1dc78e4d6982 /src/DabMux.cpp
parent752fa808e3f148f45b689a026f0e703c83b83d92 (diff)
downloaddabmux-0ac177534620caa13864f9bfcd804004e3e538fd.tar.gz
dabmux-0ac177534620caa13864f9bfcd804004e3e538fd.tar.bz2
dabmux-0ac177534620caa13864f9bfcd804004e3e538fd.zip
Add ptree upload to mgmt server (incomplete)
Diffstat (limited to 'src/DabMux.cpp')
-rw-r--r--src/DabMux.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DabMux.cpp b/src/DabMux.cpp
index 8bd2549..107431b 100644
--- a/src/DabMux.cpp
+++ b/src/DabMux.cpp
@@ -2178,6 +2178,10 @@ int main(int argc, char *argv[])
else if (mgmt_server->request_pending()) {
mgmt_server->update_ptree(pt);
}
+ /*
+ else if (mgmt_server->retrieve_new_ptree(pt)) {
+ }
+ */
}
}
}