libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
clues::kernel_old_sigaction Struct Reference

Variant of sigaction used for the old sigaction() system call. More...

#include <sigaction.hxx>

Public Attributes

uint32_t handler
 
uint32_t mask
 
uint32_t flags
 
uint32_t restorer
 

Detailed Description

Variant of sigaction used for the old sigaction() system call.

Definition at line 45 of file sigaction.hxx.

Member Data Documentation

◆ flags

uint32_t clues::kernel_old_sigaction::flags

Definition at line 49 of file sigaction.hxx.

◆ handler

uint32_t clues::kernel_old_sigaction::handler

Definition at line 46 of file sigaction.hxx.

◆ mask

uint32_t clues::kernel_old_sigaction::mask

Definition at line 48 of file sigaction.hxx.

◆ restorer

uint32_t clues::kernel_old_sigaction::restorer

Definition at line 50 of file sigaction.hxx.


The documentation for this struct was generated from the following file: