mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-06 13:35:55 +02:00
Remove unneeded confuse header
This commit is contained in:
parent
af85de18d8
commit
47db7669bf
@ -4,7 +4,6 @@ package sinks
|
||||
#cgo CFLAGS: -I./ganglia/include -DGM_PROTOCOL_GUARD
|
||||
#cgo LDFLAGS: -L/usr/lib -lganglia -lconfuse -ldl
|
||||
#include <stdlib.h>
|
||||
#include <confuse.h>
|
||||
#include <ganglia.h>
|
||||
*/
|
||||
import "C"
|
||||
@ -19,7 +18,6 @@ import (
|
||||
)
|
||||
|
||||
const LIBGANGLIA = `libganglia.so`
|
||||
const LIBCONFUSE = `libconfuse.so`
|
||||
|
||||
type Ganglia2SinkConfig struct {
|
||||
defaultSinkConfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user