Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Here is an interactive invocation of ml_console:
- [root@localhost multilock]# ./ml_console -p 2050
- >
- Accept for socket 4
- >
- <UNKNOWN_4> 0 HELLO OK "C1"
- And the interactive invocation of the C1 client:
- [root@localhost multilock]# ./ml_posix_client -s localhost -p 2050 -n C1 -c /mnt4/test1
- server=localhost port=2050 name=C1
- connected to server localhost:2050
- 0 HELLO OK "C1"
- and then an interactive open/create:
- > C1 0 OPEN 0 rw creat OFD foo1
- >
- C1 0 OPEN OK 0 4
- And what is seen on the client:
- 0 HELLO OK "C1"
- 0 OPEN 0 rw create OFD "foo1"
- 0 OPEN OK 0 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement