9
0
Fork 0

Extend 'struct pdp_t' with a void *priv pointer for application use

This commit is contained in:
Harald Welte 2010-06-03 05:51:29 +02:00
parent 47122e78fc
commit dc3744fda0
1 changed files with 2 additions and 1 deletions

View File

@ -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;
};