Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::HookEntry Struct Reference

A single registered hook entry. More...

#include <entropic/core/hook_registry.h>

Public Attributes

entropic_hook_callback_t callback
 Function pointer.
 
void * user_data
 Opaque consumer data.
 
int priority
 Execution order (ascending)
 

Detailed Description

A single registered hook entry.

Version
1.9.1

Definition at line 32 of file hook_registry.h.

Member Data Documentation

◆ callback

entropic_hook_callback_t entropic::HookEntry::callback

Function pointer.

Definition at line 33 of file hook_registry.h.

◆ priority

int entropic::HookEntry::priority

Execution order (ascending)

Definition at line 35 of file hook_registry.h.

◆ user_data

void* entropic::HookEntry::user_data

Opaque consumer data.

Definition at line 34 of file hook_registry.h.


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