summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/plcd/inc/plcd_ctx.h
diff options
context:
space:
mode:
authorThierry Carré2013-03-19 17:57:59 +0100
committerThierry Carré2013-04-26 17:03:11 +0200
commit0c9ea0dd478057f76fe3d12cfaedc8501f176351 (patch)
tree50b56e9b00c9dc350c4cf915395210bebe2eee2c /cleopatre/devkit/plcd/inc/plcd_ctx.h
parentc51e3f1fa766b2ca946cd348bed03f020c8beb80 (diff)
cleo/devkit/plcd: save pid in plcd context
Diffstat (limited to 'cleopatre/devkit/plcd/inc/plcd_ctx.h')
-rw-r--r--cleopatre/devkit/plcd/inc/plcd_ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cleopatre/devkit/plcd/inc/plcd_ctx.h b/cleopatre/devkit/plcd/inc/plcd_ctx.h
index af23c883c9..793bfe8293 100644
--- a/cleopatre/devkit/plcd/inc/plcd_ctx.h
+++ b/cleopatre/devkit/plcd/inc/plcd_ctx.h
@@ -94,6 +94,8 @@ typedef struct
{
/** Pointer on the program name (argv[0]). */
const char *my_name;
+ /** PID of plcd. */
+ pid_t pid;
/** full path of HPAV info file */
const char *hpav_info_path;
/** full path of HPAV config file */