Bury ordering structures and their alloc+free inside order.c
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 21 Dec 2009 07:20:09 +0000 (09:20 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 21 Dec 2009 07:20:09 +0000 (09:20 +0200)
commit92884ca771905b4de2c2abc1fc5b144fecff8e55
tree4c2c1d293ad2f1b12c282566e2b8260cee425be0
parentecf45122398c8f081f51b7574ec6cafb6ca2051d
Bury ordering structures and their alloc+free inside order.c
- nothing outside order.c needs this stuff, TSI alloc+free routines
  have no business being exported
- for now we need to store a pointer to tsortInfo in the elements,
  its just an opaque pointer for ping-ponging the data through ts elements
- all allocation + freeing is local to ordering code
lib/order.c
lib/rpmte.c
lib/rpmte.h
lib/rpmte_internal.h