Changeset 96ade35 for owl.h


Ignore:
Timestamp:
Mar 25, 2011, 3:46:46 AM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
87833a8
Parents:
fafb842
git-author:
David Benjamin <davidben@mit.edu> (02/26/11 00:17:01)
git-committer:
David Benjamin <davidben@mit.edu> (03/25/11 03:46:46)
Message:
Punt pre-select actions

The three users are now directly handled with GSources.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rfafb842 r96ade35  
    552552  GPollFD pollfd;
    553553} owl_io_dispatch;
    554 
    555 typedef struct _owl_ps_action {
    556   int needs_gc;
    557   int (*callback)(struct _owl_ps_action *, void *);
    558   void (*destroy)(struct _owl_ps_action *);
    559   void *data;
    560 } owl_ps_action;
    561554
    562555typedef struct _owl_popexec {
Note: See TracChangeset for help on using the changeset viewer.