~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/ui/timer.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2004 Massachusetts Institute of Technology
 
2
 * Copyright (c) 2005 Massachusetts Institute of Technology
3
3
 *
4
4
 * Permission is hereby granted, free of charge, to any person
5
5
 * obtaining a copy of this software and associated documentation
58
58
    khm_handle       key;
59
59
    khui_timer_type  type;
60
60
 
61
 
    __int64          expire;    /* time at which the timer expires */
62
 
    __int64          offset;    /* time offset at which the event that
 
61
    unsigned __int64 expire;    /* time at which the timer expires */
 
62
    unsigned __int64 offset;    /* time offset at which the event that
63
63
                                   the timer warns of happens */
64
64
    void *           data;
65
65
    khm_int32        flags;