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 shm.h,1.7,1.8: msg#00048
|
Subject: |
[SSI] openssi/kernel/include/linux shm.h,1.7,1.8 |
Update of /cvsroot/ssic-linux/openssi/kernel/include/linux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27136/include/linux
Modified Files:
shm.h
Log Message:
Avoid exposing OpenSSI's boolean_t definition to base files.
Index: shm.h
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/linux/shm.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- shm.h 2 Nov 2004 06:03:03 -0000 1.7
+++ shm.h 5 Nov 2004 05:48:46 -0000 1.8
@@ -4,9 +4,6 @@
#include <linux/ipc.h>
#include <linux/errno.h>
#include <asm/page.h>
-#ifdef CONFIG_SSI
-#include <cluster/nodelist.h>
-#endif /* CONFIG_SSI */
/*
* SHMMAX, SHMMNI and SHMALL are upper limits are defaults which can
@@ -21,6 +18,10 @@
#include <asm/shmparam.h>
+#ifdef CONFIG_SSI
+struct nsc_nodelist;
+#endif
+
/* Obsolete, used only for backwards compatibility and libc5 compiles */
struct shmid_ds {
struct ipc_perm shm_perm; /* operation perms */
@@ -121,7 +122,7 @@
int shm_id;
unsigned long shm_segsz;
pid_t shm_cprid;
- nsc_nodelist_t *shm_nodelist;
+ struct nsc_nodelist *shm_nodelist;
struct svrcfstok *shm_svr;
};
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
|
| |