[openamq-dev] Regarding amq_client_session_wait

Martin Sustrik sustrik at imatix.com
Wed Dec 19 12:54:24 CET 2007


Martin Sustrik wrote:
>> Isn't the source code to the OpenAMQ WireAPI library generated ?
>>
>> How do I go about changing the way the code is generated ?
> 
> Yes, it is. What you have to do is to change the generators and then run 
> 'boom regen'. This will regenerate the .c and .h files.

To find out what is the generator file for a specific .c/.h file, have a 
look at the file's header. You'll find something like "Generated from 
amq_client_session.icl by icl_gen using GSL/4." This means that 
amq_client_session.icl file was processed by script called icl_gen.gsl 
to create this particular file.

Martin


More information about the openamq-dev mailing list