[SSI] openssi/kernel/cluster/ssi/ipc ipcmsg_svr.c, 1.8, 1.9 ipcsem_svr.c, 1.8, 1.9 ipcshm_svr.c, 1.18, 1.19

John Hughes <[email protected]>
Newsgroups gmane.linux.cluster.ssic.cvs
Message-ID <[email protected]>
Update of /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28950/cluster/ssi/ipc

Modified Files:
      Tag: OPENSSI-DEBIAN
	ipcmsg_svr.c ipcsem_svr.c ipcshm_svr.c 
Log Message:
Clean up exports from cluster/ssi/ipc/ to ipc/


Index: ipcmsg_svr.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc/ipcmsg_svr.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ipcmsg_svr.c	27 Oct 2009 03:18:29 -0000	1.8
+++ ipcmsg_svr.c	17 Jan 2010 11:57:05 -0000	1.9
@@ -36,6 +36,7 @@
 #include <cluster/ssisys.h>
 #include <cluster/ssi/namesvr.h>
 #include <cluster/ssi/rcopy.h>
+#include <cluster/ssi/ipc/msg.h>
 #include "ipc.h"
 
 #include <cluster/gen/ics_ipc_macros_gen.h>

Index: ipcshm_svr.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc/ipcshm_svr.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ipcshm_svr.c	27 Oct 2009 03:18:29 -0000	1.18
+++ ipcshm_svr.c	17 Jan 2010 11:57:05 -0000	1.19
@@ -98,16 +98,16 @@
 	return 0;
 }
 
-int ssi_shm_get_shmid_kernel(clusternode_t node_num, int shmid, char **shmidk, int *segsize)
+int ssi_shm_get_shmid_kernel(clusternode_t node_num, int shmid, char **shmidk, int *segsize, int *cprid)
 {
 	ssi_procstate_t pstate;
 	int status = 0;
-	int rval, len=0, cprid=0;
+	int rval, len=0;
 
 	ssi_procstate_get(&pstate);
 
 	len = sizeof(struct shmid_kernel);
-	status = RIPC_SHM_GET_SHMID_KERNEL(node_num, &rval, shmid, &pstate, shmidk, &len, segsize, &cprid); 
+	status = RIPC_SHM_GET_SHMID_KERNEL(node_num, &rval, shmid, &pstate, shmidk, &len, segsize, cprid);
 	if (!status)
 		status = rval;
 

Index: ipcsem_svr.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc/ipcsem_svr.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ipcsem_svr.c	27 Oct 2009 03:18:29 -0000	1.8
+++ ipcsem_svr.c	17 Jan 2010 11:57:05 -0000	1.9
@@ -35,6 +35,7 @@
 #include <cluster/ssisys.h>
 #include <cluster/ssi/namesvr.h>
 #include <cluster/ssi/rcopy.h>
+#include <cluster/ssi/ipc/sem.h>
 #include "ipc.h"
 #include <linux/sem.h>
 #include <linux/msg.h>


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.