You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: rls_v2/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,22 @@ Hide ONCRPC specific system calls (clnt_xxx(), readdir_1()) from `rls.c`.
17
17
-`dir_local.c/h` : `read_dir()` local function to read the directory
18
18
-**Server** : `dir_proc.c` executes a local funtion `read_dir()` defined in `dir_local.h`
19
19
-**Client** : `READ_DIR():dir_common.c` executes a local function `read_dir():dir_local.c` or communicate with RPC server `readdir_1()` depending on Handler's `CLINET`.
0 commit comments