#include <list>
#include <oasys/compat/rpc.h>
#include <oasys/debug/Log.h>
#include <oasys/thread/Thread.h>
#include <oasys/thread/SpinLock.h>
#include <oasys/io/TCPClient.h>
#include <oasys/io/TCPServer.h>
#include "dtn_api.h"
#include "dtn_ipc.h"
#include "dtn_types.h"
Go to the source code of this file.
Classes | |
class | dtn::APIServer |
Class that implements the main server side handling of the DTN application IPC. More... | |
class | dtn::APIClient |
Class that implements the API session. More... | |
Namespaces | |
namespace | dtn |
Namespace for the dtn daemon source code. |