Changes between Initial Version and Version 6 of Ticket #127


Ignore:
Timestamp:
01/17/12 10:25:32 (12 years ago)
Author:
ph3-der-loewe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #127

    • Property Status changed from new to assigned
    • Property Owner set to ph3-der-loewe
    • Property Summary changed from VIO/DSTR should support VIOs using refcerence counter to VIO/DSTR should support VIOs using reference counter
    • Property Priority changed from medium to wishlist
    • Property Difficulty changed from to easy
    • Property Keywords soname_change added
  • Ticket #127 – Description

    initial v6  
    22 
    33The following changes need to be done: 
    4 * There must be a function to zero VIOs. 
    5 * roar_vio_close() should be replaced (with transition macro) by roar_vio_unref(). 
    6 * roar_vio_ref() needs to be added. 
     4* There must be a function to zero VIOs. (done) 
     5* roar_vio_close() should be replaced (with transition macro) by roar_vio_unref(). (done) 
     6* roar_vio_ref() needs to be added. (done) 
    77* There should be a function returning a roar_mm_malloc()ed VIO opened using DSTR. 
    88* static and dynamic(roar_mm_*()) VIOs should be supported. refc=0 can be used to mark as static.