syslog-ng source
kafka-props.c File Reference
#include "kafka-props.h"
#include "messages.h"
#include "str-utils.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for kafka-props.c:

Functions

KafkaPropertykafka_property_new (const gchar *name, const gchar *value)
 
void kafka_property_free (KafkaProperty *self)
 
KafkaPropertykafka_property_list_find_not_empty (GList *l, const gchar *name)
 
void kafka_property_list_free (GList *l)
 

Function Documentation

◆ kafka_property_free()

void kafka_property_free ( KafkaProperty self)

◆ kafka_property_list_find_not_empty()

KafkaProperty* kafka_property_list_find_not_empty ( GList *  l,
const gchar *  name 
)

◆ kafka_property_list_free()

void kafka_property_list_free ( GList *  l)

◆ kafka_property_new()

KafkaProperty* kafka_property_new ( const gchar *  name,
const gchar *  value 
)