Changes between Version 5 and Version 6 of Ticket #188


Ignore:
Timestamp:
11/25/11 02:26:31 (12 years ago)
Author:
ph3-der-loewe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #188

    • Property Status changed from assigned to closed
    • Property Version changed from current to 1.0beta0
    • Property Resolution changed from to fixed
  • Ticket #188 – Description

    v5 v6  
    22It should contain the following members after the soname change: 
    33 
    4 ||= Member   =||= Type               =||= Comment =|| 
    5 ||refc        ||size_t                ||Reference counter for reference based allocation (refc > 0) or zero for on-stack mode. || 
    6 ||flags       ||uint32_t              ||General flags || 
    7 ||version     ||int                   ||The protocol version to use || 
    8 ||viocon      ||struct roar_vio_calls ||The real connection to the server || 
    9 ||errorframe  ||struct roar_error_frame ||The default error frame used for this connection || 
    10 ||cb_userdata ||void *                ||Some user data to be passed to the callback function || 
    11 ||cb          ||void (*)(struct roar_connection * con, struct roar_message * mes, void * data, void * userdata) ||The callback function used for notify and other asynchron messages || 
    12 ||server_stds ||struct roar_stds * ||The list of standards as supported by the server || 
    13 ||server_name ||const char * ||Server name || 
     4||= Member    =||= Type               =||= Comment =|| 
     5||refc         ||size_t                ||Reference counter for reference based allocation (refc > 0) or zero for on-stack mode. || 
     6||flags        ||uint32_t              ||General flags || 
     7||version      ||int                   ||The protocol version to use || 
     8||viocon       ||struct roar_vio_calls * ||The pointer to the connection to the server || 
     9||viocon_store ||struct roar_vio_calls ||Store for viocon used if needed || 
     10||errorframe   ||struct roar_error_frame ||The default error frame used for this connection || 
     11||cb_userdata  ||void *                ||Some user data to be passed to the callback function || 
     12||cb           ||void (*)(struct roar_connection * con, struct roar_message * mes, void * data, void * userdata) ||The callback function used for notify and other asynchron messages || 
     13||server_stds  ||struct roar_stds * ||The list of standards as supported by the server || 
     14||server_name  ||const char * ||Server name || 
    1415 
    1516The following flags should be defined: