diff options
Diffstat (limited to 'Source/stroke/stroke.h')
-rw-r--r-- | Source/stroke/stroke.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/stroke/stroke.h b/Source/stroke/stroke.h index 2f756798d..abafe79e9 100644 --- a/Source/stroke/stroke.h +++ b/Source/stroke/stroke.h @@ -23,14 +23,17 @@ #ifndef STROKE_H_ #define STROKE_H_ +/** + * Socket which is used to communicate between charon and stroke + */ #define STROKE_SOCKET "/var/run/charon.ctl" + +typedef struct stroke_msg_t stroke_msg_t; + /** * @brief A stroke message sent over the unix socket. - * */ -typedef struct stroke_msg_t stroke_msg_t; - struct stroke_msg_t { /* length of this message with all strings */ u_int16_t length; |