From: Ming Z. <mi...@el...> - 2005-04-09 00:43:46
|
i do a quick read on the code and i feel that 1) the code structure is not reasonable. i believe there can be a lot of defines and functions that can be shared by client and server. so a reasonable code structure should be linux-isns/src/ client/ common/ server/ 2) all code are indent in a way i feel uncomfortable. i prefer the linux kernel way. :P 3) i want to remove the whole windows stuff since i do not think we have extra energy to maintain that. and that make the code unclear with those #ifdef stuff. i hate those too much when working on iometer. so i suggest one of us do such a cleanup and then we decide the stuff in common/. then we can work on it. i suggest u do the whole client stuff and i do the server stuff. then we have a clear divider and make this development easier. u can integrate it with you ini and we can do some tests right way from u ini. svn is fine for me, can u setup a svn server? i am now work at home and no extra box i can use. |