From 9d526f99762c5a3a3923794563bc43b785f56686 Mon Sep 17 00:00:00 2001 From: kkoehler Date: Tue, 22 Mar 2022 12:04:59 +0100 Subject: [PATCH] changed typedef from struct_rd_kafka_mock_cluster_s to rd_kafka_mock_cluster_t --- kafka/mockcluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka/mockcluster.go b/kafka/mockcluster.go index 72505ebc7..613589149 100644 --- a/kafka/mockcluster.go +++ b/kafka/mockcluster.go @@ -29,7 +29,7 @@ import "C" // for testing. type MockCluster struct { rk *C.rd_kafka_t - mcluster *C.struct_rd_kafka_mock_cluster_s + mcluster *C.rd_kafka_mock_cluster_t } // NewMockCluster provides a mock Kafka cluster with a configurable