Skip to content

Commit f351d8a

Browse files
committed
rfac: initialized enable_monitoring to 1
Signed-off-by: Yash Patel <[email protected]>
1 parent 8cc9468 commit f351d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpf/kmesh/probes/probe.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#define LONG_CONN_THRESHOLD_TIME (5 * 1000000000ULL) // 5s
1111

12-
volatile __u32 enable_monitoring = 0;
12+
volatile __u32 enable_monitoring = 1;
1313

1414
static inline bool is_monitoring_enable()
1515
{

0 commit comments

Comments
 (0)