CVS Commit: network

cvs at videolan.org cvs at videolan.org
Sun Apr 22 04:33:23 CEST 2001


Update of /cvs/videolan/network/VLANserver
Modified Files:
	Makefile common.h logger.c logger.h main.c mem.h sleep.c 
	types.c types.h vlanserver.h 

Update of /cvs/videolan/network/VLANserver/config
Modified Files:
	config.fl 

Update of /cvs/videolan/network/VLANserver/db
Modified Files:
	db.c db.h 

Update of /cvs/videolan/network/VLANserver/interface
Modified Files:
	interface.c interface.h telnet.c telnet.h 

Update of /cvs/videolan/network/VLANserver/server
Modified Files:
	client.c connect.c poll_switch.c reinit_switchs.c 
	request_handler.c send.c server.c 

Update of /cvs/videolan/network/VLANserver/snmp
Modified Files:
	callback.c if_snmp.c if_snmp.h snmp.c snmp_switch.h 

Log Message:
. Checked all #include's in order to remove all #include inside .h files
  and to call only the usefull .h files

. Few chages in Makefile

. Added #ifndef __XXXX_H__   inside .h files
        #define __XXXX_H__
	[..]
	#endif 
	
. Changed the vlanserver struct, now vs->cfg, vs->snmp, vs->db are pointers
  

-- 
nitrox




More information about the vlcs-devel mailing list