libos-nuse / net-next-nuse

Network Stack in Userspace
Other
289 stars 67 forks source link

lib: rename arch/sim to arch/lib #24

Closed thehajime closed 9 years ago

thehajime commented 9 years ago

nuse: clean up userspace build and kernelspace build lib: change the name CONFIG_SIM to CONFIG_LIB

files sim.[c] indicate to relate to simulator via Direct Code Execution (DCE), files nuse.[ch] indicate to relate to Network Stack in Userspace (NUSE).

libsim-linux.so and libnuse-linux.so will be generated for both purpose. code are internally shared.

functions, variables are replaced from 'sim' to 'lib' struct name weren't replaced because ns-3 (DCE) uses this name.

lib: add documentation

This commit addresses the issue #22 and #21.

thehajime commented 9 years ago

invalid, closing.