-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 104152 b: refs/heads/master c: 100b10d h: refs/heads/master v: v3
- Loading branch information
Sam Ravnborg
authored and
David S. Miller
committed
Jul 18, 2008
1 parent
fc9c5ba
commit f50d76a
Showing
3 changed files
with
17 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 6d1f4b88ee73c9a073277dd1529fbbce356e04e8 | ||
refs/heads/master: 100b10d752bafafda2a508235b7df6718e42bd76 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1 @@ | ||
#ifndef _SPARC64_MSGBUF_H | ||
#define _SPARC64_MSGBUF_H | ||
|
||
/* | ||
* The msqid64_ds structure for sparc64 architecture. | ||
* Note extra padding because this structure is passed back and forth | ||
* between kernel and user space. | ||
* | ||
* Pad space is left for: | ||
* - 2 miscellaneous 64-bit values | ||
*/ | ||
|
||
struct msqid64_ds { | ||
struct ipc64_perm msg_perm; | ||
__kernel_time_t msg_stime; /* last msgsnd time */ | ||
__kernel_time_t msg_rtime; /* last msgrcv time */ | ||
__kernel_time_t msg_ctime; /* last change time */ | ||
unsigned long msg_cbytes; /* current number of bytes on queue */ | ||
unsigned long msg_qnum; /* number of messages in queue */ | ||
unsigned long msg_qbytes; /* max number of bytes on queue */ | ||
__kernel_pid_t msg_lspid; /* pid of last msgsnd */ | ||
__kernel_pid_t msg_lrpid; /* last receive pid */ | ||
unsigned long __unused1; | ||
unsigned long __unused2; | ||
}; | ||
|
||
#endif /* _SPARC64_MSGBUF_H */ | ||
#include <asm-sparc/msgbuf.h> |