project_files/frontlib/ipc/demo.h
changeset 7179 f84805e6df03
parent 7177 bf6cf4dd847a
equal deleted inserted replaced
7177:bf6cf4dd847a 7179:f84805e6df03
     3  */
     3  */
     4 
     4 
     5 #ifndef DEMO_H_
     5 #ifndef DEMO_H_
     6 #define DEMO_H_
     6 #define DEMO_H_
     7 
     7 
     8 #include "../buffer.h"
     8 #include "../util/buffer.h"
     9 
     9 
    10 /**
    10 /**
    11  * Record a message sent from the engine to the frontend.
    11  * Record a message sent from the engine to the frontend.
    12  * Returns 0 for OK, a negative value on error.
    12  * Returns 0 for OK, a negative value on error.
    13  * Don't pass NULL.
    13  * Don't pass NULL.