diff options
Diffstat (limited to 'accel-pppd/log.h')
-rw-r--r-- | accel-pppd/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pppd/log.h b/accel-pppd/log.h index 58461465..2ff2ac80 100644 --- a/accel-pppd/log.h +++ b/accel-pppd/log.h @@ -8,7 +8,7 @@ #define LOG_MAX_SIZE 4096 #define LOG_CHUNK_SIZE 128 -struct ppp_t; +struct ap_session; struct triton_context_t; struct log_msg_t @@ -33,7 +33,7 @@ struct log_target_t { struct list_head entry; - void (*log)(struct log_target_t *, struct log_msg_t *, struct ppp_t *ppp); + void (*log)(struct log_target_t *, struct log_msg_t *, struct ap_session *ses); void (*reopen)(void); }; |