syslog-ng source
kafka-topic-parts.h File Reference
#include "syslog-ng.h"
Include dependency graph for kafka-topic-parts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  KafkaTopicParts
 

Functions

KafkaTopicPartskafka_tps_new (const gchar *topic, GList *partitions)
 
void kafka_tps_free (KafkaTopicParts *self)
 
void kafka_tps_list_free (GList *l)
 
gboolean kafka_tps_equal (gconstpointer tps1, gconstpointer tps2)
 

Function Documentation

◆ kafka_tps_equal()

gboolean kafka_tps_equal ( gconstpointer  tps1,
gconstpointer  tps2 
)

◆ kafka_tps_free()

void kafka_tps_free ( KafkaTopicParts self)

◆ kafka_tps_list_free()

void kafka_tps_list_free ( GList *  l)

◆ kafka_tps_new()

KafkaTopicParts* kafka_tps_new ( const gchar *  topic,
GList *  partitions 
)