Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/kernel/include/linux vproc.h,1.3,1.4: msg#00049
|
Subject: |
[SSI] openssi/kernel/include/linux vproc.h,1.3,1.4 |
Update of /cvsroot/ssic-linux/openssi/kernel/include/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv18410/include/linux
Modified Files:
Tag: OPENSSI-RH
vproc.h
Log Message:
M openssi/kernel/include/linux/vproc.h
M openssi/kernel/cluster/ssi/vproc/dvp_vpops.c
M openssi/kerne/include/linux/vproc.h
Fixed memory leak in exec-time load-leveling. Also fixed a
possible unlimited recursion bug I introduced last week when I
moved the exec-time load-leveling code into do_execve().
Index: vproc.h
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/linux/vproc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** vproc.h 26 Jun 2003 00:33:40 -0000 1.3
--- vproc.h 11 Aug 2003 23:22:14 -0000 1.4
***************
*** 630,633 ****
--- 630,635 ----
extern void pproc_cleanup_process(
void);
+ extern int ssi_do_execve(char *, char **, char **, struct pt_regs *, int);
+
/* external declarations for /proc base support routines */
extern int task_dumpable(struct task_struct *);
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
|
| |