Changeset 6fc40a7 for owl.h


Ignore:
Timestamp:
Oct 27, 2009, 12:41:17 AM (15 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f1a2736
Parents:
18fdd5f9
git-author:
Alejandro R. Sedeño <asedeno@mit.edu> (10/24/09 17:38:24)
git-committer:
Alejandro R. Sedeño <asedeno@mit.edu> (10/27/09 00:41:17)
Message:
Rip out the old dispatch API.

Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r18fdd5f9 r6fc40a7  
    500500  owl_list strings;
    501501} owl_obarray;
    502 
    503 typedef struct _owl_dispatch {
    504   int fd;                                 /* FD to watch for dispatch. */
    505   int needs_gc;
    506   void (*cfunc)(struct _owl_dispatch*);   /* C function to dispatch to. */
    507   void (*destroy)(struct _owl_dispatch*); /* Destructor */
    508   void *data;
    509 } owl_dispatch;
    510502
    511503typedef struct _owl_io_dispatch {
     
    603595  struct termios startup_tio;
    604596  owl_obarray obarray;
    605   owl_list dispatchlist;
    606597  owl_list io_dispatch_list;
    607598  owl_list psa_list;
Note: See TracChangeset for help on using the changeset viewer.