aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtp/pdp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtp/pdp.h b/gtp/pdp.h
index 13ae280..624c4ac 100644
--- a/gtp/pdp.h
+++ b/gtp/pdp.h
@@ -212,7 +212,8 @@ struct pdp_t {
struct in_addr hisaddr0; /* Server address */
struct in_addr hisaddr1; /* Server address */
-
+ /* to be used by libgtp callers/users (to attach their own private state) */
+ void *priv;
};