Changes between Version 11 and Version 12 of Documentation/SystemQueue


Ignore:
Timestamp:
Jan 3, 2012, 3:55:38 PM (12 years ago)
Author:
mayer@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/SystemQueue

    v11 v12  
    6262}}}
    6363
    64  5. In your functionality where you want to synchronized yourself into the main Ariba thread using the !SystemQueue, create the event and insert it. You can attach additional information as a {{{void*}}} to the event that you can extract (here, called {{{myInfo}}}), once in the event handler function:
     64 5. In your functionality where you want to synchronized yourself into the main Ariba thread using the !SystemQueue, create the event and insert it. You can attach additional information as a {{{void*}}} to the event that you can extract (here, called {{{myInfo}}}), once in the event handler function. You are responsible for deleting this data yourself, ariba does not manage it.
    6565
    6666{{{