Changeset a01ed7c for global.c


Ignore:
Timestamp:
Oct 27, 2009, 2:15:08 PM (14 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:
7ca5d3e
Parents:
e7f5970 (diff), f1a2736 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge branch 'io_dispatch_rewrite'
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.