diff options
Diffstat (limited to 'include/ntp_refclock.h')
-rw-r--r-- | include/ntp_refclock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ntp_refclock.h b/include/ntp_refclock.h index b264dfaa0d1a7..4b807e5f369ee 100644 --- a/include/ntp_refclock.h +++ b/include/ntp_refclock.h @@ -105,7 +105,8 @@ struct refclockio { int active; /* nonzero when in use */ #ifdef HAVE_IO_COMPLETION_PORT - void * device_context; /* device-related data for i/o subsystem */ + void * ioreg_ctx; /* IO registration context */ + void * device_ctx; /* device-related data for i/o subsystem */ #endif }; |