~ubuntu-branches/debian/sid/ntp/sid

« back to all changes in this revision

Viewing changes to include/ntp_refclock.h

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2012-02-27 13:55:56 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120227135556-dkx4mkod5trl5bgt
Tags: 1:4.2.6.p5+dfsg-1
* New upstream release (closes: #644673)
* Updated instructions on generating autotools.patch
* Updated standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        double  fudgetime1;     /* configure fudge time1 */
111
111
        double  fudgetime2;     /* configure fudge time2 */
112
112
        int32   fudgeval1;      /* configure fudge value1 */
113
 
        int32   fudgeval2;      /* configure fudge value2 */
 
113
        u_int32 fudgeval2;      /* configure fudge value2 */
114
114
        u_char  currentstatus;  /* clock status */
115
115
        u_char  lastevent;      /* last exception event */
116
116
        u_char  leap;           /* leap bits */
177
177
 
178
178
struct refclockproc {
179
179
        struct  refclockio io;  /* I/O handler structure */
180
 
        caddr_t unitptr;        /* pointer to unit structure */
 
180
        void *  unitptr;        /* pointer to unit structure */
181
181
        u_char  leap;           /* leap/synchronization code */
182
182
        u_char  currentstatus;  /* clock status */
183
183
        u_char  lastevent;      /* last exception event */