[libmultipath] a bit of code reorganisation
authorChristophe Varoqui <root@xa-s05.(none)>
Wed, 15 Mar 2006 10:15:06 +0000 (11:15 +0100)
committerChristophe Varoqui <root@xa-s05.(none)>
Wed, 15 Mar 2006 10:15:06 +0000 (11:15 +0100)
commit33eee869d3672e9b12f9f3b853416db12a3b0f0b
tree1d603d8e42a200668d6261059ed84aa7f62b0754
parent812fd77a992fbbdd22303a58ba3ca9f975ef9c30
[libmultipath] a bit of code reorganisation

o locking primitives moved to libmultipath/lock.[ch]
o waiter threads control primitives moved to libmultipath/waiter.[ch]
o update_multipath() and queue_mode_{add,del}_path() moved to
libmultipath/structs_vec.c
libmultipath/Makefile
libmultipath/lock.c [new file with mode: 0644]
libmultipath/lock.h [new file with mode: 0644]
libmultipath/structs.c
libmultipath/structs.h
libmultipath/structs_vec.c
libmultipath/structs_vec.h
libmultipath/waiter.c [new file with mode: 0644]
libmultipath/waiter.h [new file with mode: 0644]
multipathd/main.c