summaryrefslogtreecommitdiff
path: root/ppsthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppsthread.h')
-rw-r--r--ppsthread.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ppsthread.h b/ppsthread.h
index 656be6cd..726f88b2 100644
--- a/ppsthread.h
+++ b/ppsthread.h
@@ -40,13 +40,13 @@ struct pps_thread_t {
void *context;
int devicefd; /* device file descriptor */
char *devicename;
- /*@null@*/ char *(*report_hook)(volatile struct pps_thread_t *,
- struct timedelta_t *);
- /*@null@*/ void (*pps_hook)(volatile struct pps_thread_t *,
- struct timedelta_t *);
- /*@null@*/ void (*log_hook)(volatile struct pps_thread_t *,
- int errlevel, const char *fmt, ...);
- /*@null@*/ void (*wrap_hook)(volatile struct pps_thread_t *);
+ char *(*report_hook)(volatile struct pps_thread_t *,
+ struct timedelta_t *);
+ void (*pps_hook)(volatile struct pps_thread_t *,
+ struct timedelta_t *);
+ void (*log_hook)(volatile struct pps_thread_t *,
+ int errlevel, const char *fmt, ...);
+ void (*wrap_hook)(volatile struct pps_thread_t *);
struct timedelta_t fixin; /* real & clock time when in-band fix received */
#if defined(HAVE_SYS_TIMEPPS_H)
pps_handle_t kernelpps_handle;