diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-20 08:48:48 +0100 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-19 10:28:30 +0200 |
| commit | 0ac177534620caa13864f9bfcd804004e3e538fd (patch) | |
| tree | d5d9fdc8651f50bd4258b7f2bdae1dc78e4d6982 /src/DabMux.cpp | |
| parent | 752fa808e3f148f45b689a026f0e703c83b83d92 (diff) | |
| download | dabmux-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.cpp | 4 |
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)) { + } + */ } } } |
