On Thu, 2009-06-18 at 02:18 +0200, Gavin Sherry wrote:
> $2 = 24
> ptype proc_mutex_unlock_it
> type = struct flock {
>     short l_type;
>     short l_whence;
>     off_t l_start;
>     off_t l_len;
>     unsigned int l_sysid;
>     pid_t l_pid;
>     int l_vfs;
> }

I'm guessing here: short 2 bytes, off_t 8 bytes, int 4 bytes, pid_t 4
bytes. So, we have 2 + 2 + 8 + 8 + 4 + 4 + 4 = 32. Is that right?

-- 
Bojan

Reply via email to