Skip to content

Commit

Permalink
Fix compile eBPF access log failure (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Dec 12, 2023
1 parent eea4e57 commit 5595a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ebpf/accesslog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ option java_package = "org.apache.skywalking.apm.network.ebpf.accesslog.v3";
option go_package = "skywalking.apache.org/repo/goapi/collect/ebpf/accesslog/v3";

import "common/Common.proto";
import "common/Command.proto";

service EBPFAccessLogService {
rpc collect(stream EBPFAccessLogMessage) returns (EBPFAccessLogDownstream) {
Expand Down Expand Up @@ -95,7 +94,7 @@ message IPAddress {
}

enum AccessLogConnectionTLSMode {
Normal = 0;
Plain = 0;
TLS = 1;
}

Expand Down

0 comments on commit 5595a6d

Please sign in to comment.