Skip to content

Commit

Permalink
in_calyptia_fleet: remove unused event_fd configuration property.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Whelan <[email protected]>
  • Loading branch information
pwhelan authored and edsiper committed Oct 29, 2023
1 parent 8d96a27 commit e29ce25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugins/in_calyptia_fleet/in_calyptia_fleet.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ struct flb_in_calyptia_fleet_config {
/* Networking */
struct flb_upstream *u;

int event_fd;

int collect_fd;
};

Expand Down Expand Up @@ -1234,11 +1232,6 @@ static struct flb_config_map config_map[] = {
0, FLB_TRUE, offsetof(struct flb_in_calyptia_fleet_config, machine_id),
"Agent Machine ID."
},
{
FLB_CONFIG_MAP_INT, "event_fd", "-1",
0, FLB_TRUE, offsetof(struct flb_in_calyptia_fleet_config, event_fd),
"Used internally to set the event fd."
},
{
FLB_CONFIG_MAP_INT, "interval_sec", DEFAULT_INTERVAL_SEC,
0, FLB_TRUE, offsetof(struct flb_in_calyptia_fleet_config, interval_sec),
Expand Down

0 comments on commit e29ce25

Please sign in to comment.