Finita la conversione dei listati in file separati. Passato anche alla nuova
[gapil.git] / listati / shmid_ds.h
diff --git a/listati/shmid_ds.h b/listati/shmid_ds.h
new file mode 100644 (file)
index 0000000..37ea5e3
--- /dev/null
@@ -0,0 +1,10 @@
+struct shmid_ds {
+     struct    ipc_perm shm_perm;  /* operation perms */
+     int  shm_segsz;               /* size of segment (bytes) */
+     time_t    shm_atime;          /* last attach time */
+     time_t    shm_dtime;          /* last detach time */
+     time_t    shm_ctime;          /* last change time */
+     unsigned short shm_cpid;      /* pid of creator */
+     unsigned short shm_lpid;      /* pid of last operator */
+     short     shm_nattch;         /* no. of current attaches */
+};