Skip to content

Commit

Permalink
Update kafka_consumer.c
Browse files Browse the repository at this point in the history
fix error #38
  • Loading branch information
breath-co2 committed Mar 7, 2016
1 parent 290edfc commit 39f1206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kafka_consumer.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ static const zend_function_entry fe[] = { /* {{{ */
PHP_ME(RdKafka__KafkaConsumer, getSubscription, arginfo_kafka_kafka_consumer_getSubscription, ZEND_ACC_PUBLIC)
PHP_ME(RdKafka__KafkaConsumer, unsubscribe, arginfo_kafka_kafka_consumer_unsubscribe, ZEND_ACC_PUBLIC)
PHP_ME(RdKafka__KafkaConsumer, getMetadata, arginfo_kafka_kafka_consumer_getMetadata, ZEND_ACC_PUBLIC)
PHP_ME(RdKafka__KafkaConsumer, newTopic, arginfo_kafka_kafka_consumer_new_topic, ZEND_ACC_PUBLIC)
PHP_ME(RdKafka__KafkaConsumer, __destruct, arginfo_kafka_kafka_consumer___destruct, ZEND_ACC_PUBLIC | ZEND_ACC_FINAL)
PHP_FE_END
}; /* }}} */
Expand Down

0 comments on commit 39f1206

Please sign in to comment.