diff -r bf6cf4dd847a -r f84805e6df03 project_files/frontlib/ipc/ipcconn.h --- a/project_files/frontlib/ipc/ipcconn.h Fri Jun 08 19:52:24 2012 +0200 +++ b/project_files/frontlib/ipc/ipcconn.h Sat Jun 09 03:28:38 2012 +0200 @@ -5,7 +5,7 @@ #ifndef IPCCONN_H_ #define IPCCONN_H_ -#include "../buffer.h" +#include "../util/buffer.h" #include #include @@ -18,6 +18,8 @@ typedef struct _flib_ipcconn *flib_ipcconn; /** + * TODO move demo recording up by one layer? + * * Start an engine connection by listening on a random port. The selected port can * be queried with flib_ipcconn_port and has to be passed to the engine. *