On 2015-07-23 03:57, Mike Parker wrote:

In your case, rd_kafka_metadata is the name of the struct, but in C
instances would need to be declared like so:

struct rd_kafka_metadata instance;

Since the struct is declared directly in the typedef, is the struct name actually available?

--
/Jacob Carlborg

Reply via email to