as_entry Struct Reference

SER processes will go through the as_table, doing if(valid && memcmp(name,his_name,name_len)==0), when one matches, they will put the as pointer inside the event that should process that event. More...

#include <seas.h>

Collaboration diagram for as_entry:
Collaboration graph
[legend]

Detailed Description

If eventually the as becomes unavailable, the dispatcher will set valid=false, which should be atomic operation. This way, we prevent having to put a mutex on the array, which would make it slower , as only one process could be accessing it at a time.

Definition at line 133 of file seas.h.


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