My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ctrl_delete_thread_msg Struct Reference

Payload for messages of type CTRL_DELETE_THREAD. More...

#include <ctrl_runtime_messages.h>

Public Attributes

int thread_id
 The ID of the thread to be deleted. More...
 

Detailed Description

Payload for messages of type CTRL_DELETE_THREAD.

Deletes the thread with the given ID, as well as any MSUs on that thread

Definition at line 95 of file ctrl_runtime_messages.h.

Member Data Documentation

int ctrl_delete_thread_msg::thread_id

The ID of the thread to be deleted.

Definition at line 96 of file ctrl_runtime_messages.h.


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