[Linux-hls-cvs] qosman/ks/include global.h,1.1.1.1,1.2 local.h,1.1.1.1,1.2
Status: Pre-Alpha
Brought to you by:
lucabe
|
From: Luca A. <lu...@us...> - 2004-04-09 13:53:17
|
Update of /cvsroot/linux-hls/qosman/ks/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23177/ks/include Modified Files: global.h local.h Log Message: - Some cleanups in the demos - New "text only" demo (will be used to test the pps model) - Interface change (names...) - Fix bug in feeback functions statistics - Resynch with my local tree (too many changes to mention) Index: local.h =================================================================== RCS file: /cvsroot/linux-hls/qosman/ks/include/local.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** local.h 21 Feb 2004 13:01:51 -0000 1.1.1.1 --- local.h 9 Apr 2004 13:39:57 -0000 1.2 *************** *** 1,5 **** #ifndef __LOCAL_H__ #define __LOCAL_H__ - /* #include <linux/slab.h> */ #include <basetype.h> --- 1,4 ---- *************** *** 12,15 **** #include <qos.h> - #endif /* __LOCAL_H__ */ --- 11,13 ---- Index: global.h =================================================================== RCS file: /cvsroot/linux-hls/qosman/ks/include/global.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** global.h 21 Feb 2004 13:01:51 -0000 1.1.1.1 --- global.h 9 Apr 2004 13:39:57 -0000 1.2 *************** *** 9,15 **** #include <ps.h> - // #include <req.h> - // #include <qos.h> - int server_init(REAL psu, REAL psq, REAL init_rmu); --- 9,12 ---- |