Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r23fddad r6fc40a7  
    112112
    113113  owl_message_init_fmtext_cache();
    114   owl_list_create(&(g->dispatchlist));
     114  owl_list_create(&(g->io_dispatch_list));
    115115  owl_list_create(&(g->psa_list));
    116116  g->timerlist = NULL;
     
    940940}
    941941
    942 owl_list *owl_global_get_dispatchlist(owl_global *g)
    943 {
    944   return &(g->dispatchlist);
     942owl_list *owl_global_get_io_dispatch_list(owl_global *g)
     943{
     944  return &(g->io_dispatch_list);
    945945}
    946946
Note: See TracChangeset for help on using the changeset viewer.