aboutsummaryrefslogtreecommitdiff
path: root/src/include/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/target.h')
-rw-r--r--src/include/target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/target.h b/src/include/target.h
index d2af706..70f6969 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -175,6 +175,8 @@ struct target_s {
int size;
struct target_s *next;
+ void *priv;
+ void (*priv_free)(void *);
};
struct target_command_s {