home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / apilot.lha / APilot / APilot_Ser / vertb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-03  |  542 b   |  17 lines

  1. /****************************************************************************
  2.  *
  3.  * vertb.h
  4.  *
  5.  *-------------------------------------------------------------------------
  6.  * Authors: Casper Gripenberg  (casper@alpha.hut.fi)
  7.  *          Kjetil Jacobsen  (kjetilja@stud.cs.uit.no)    
  8.  *
  9.  */
  10.  
  11. struct VertBData {
  12.   struct Task *maintask;   /* Task to signal           */
  13.   ULONG mainsig;           /* Allocated signal         */
  14.   UWORD sigframe;          /* Which frame to signal on */
  15.   APTR  nframes;           /* Increases every frame    */
  16. };
  17.