PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
module_event_t Struct Reference

#include <module.h>

Collaboration diagram for module_event_t:

Data Fields

module_event_type_t type
 
union { 
 
   struct { 
 
      char *   type 
 
      char *   name 
 
   }   deviceAttach 
 
   struct { 
 
      char *   type 
 
      char *   name 
 
   }   deviceDetach 
 
};  
 

Detailed Description

Definition at line 266 of file module.h.

Field Documentation

◆ type [1/2]

module_event_type_t module_event_t::type

Definition at line 268 of file module.h.

◆ type [2/2]

char* module_event_t::type

Definition at line 272 of file module.h.

◆ name

char* module_event_t::name

Definition at line 273 of file module.h.

◆ [struct]

struct { ... } module_event_t::deviceAttach

◆ [struct]

struct { ... } module_event_t::deviceDetach

◆ [union]

union { ... } module_event_t

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