libamqp / libamqp

libamqp is a C client for the AMQP 1.0 protocol
http://www.libamqp.org
Apache License 2.0
36 stars 4 forks source link

reserved identifier violation #3

Open elfring opened 12 years ago

elfring commented 12 years ago

I would like to point out that identifiers like "amqp_descriptor_id_t" and "amqp_mutex_t" tamper with the POSIX name space. Would you like to adjust your selection for unique names?

elfring commented 12 years ago

Identifiers like "amqp__memory_block_t" and "AMQP__WIN32_THREADS" do not fit to the expected naming convention of the C++ language standard.