comparison src/atimer.h @ 39667:7ca787d18982

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Mon, 08 Oct 2001 05:55:48 +0000
parents cc1255965fcc
children 23a1cea22d13
comparison
equal deleted inserted replaced
39666:837dc2492c5d 39667:7ca787d18982
56 EMACS_TIME expiration; 56 EMACS_TIME expiration;
57 57
58 /* Interval of this timer. */ 58 /* Interval of this timer. */
59 EMACS_TIME interval; 59 EMACS_TIME interval;
60 60
61 /* Function to call when timer is ripe. Interupt input is 61 /* Function to call when timer is ripe. Interrupt input is
62 garanteed to not be blocked when this function is called. */ 62 guaranteed to not be blocked when this function is called. */
63 atimer_callback fn; 63 atimer_callback fn;
64 64
65 /* Additional user-specified data to pass to FN. */ 65 /* Additional user-specified data to pass to FN. */
66 void *client_data; 66 void *client_data;
67 67