소스 검색

Update aya/src/bpf.rs

Co-authored-by: Alessandro Decina <[email protected]>
Mary 1 년 전
부모
커밋
77cce840f7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      aya/src/bpf.rs

+ 1 - 0
aya/src/bpf.rs

@@ -203,6 +203,7 @@ impl<'a> BpfLoader<'a> {
     }
 
     /// Sets the value of a global variable.
+    ///
     /// If the `must_exist` argument is `true`, [`BpfLoader::load`] will fail with [`ParseError::SymbolNotFound`] if the loaded object code does not contain the variable.
     ///
     /// From Rust eBPF, a global variable can be defined as follows: