|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Carries request-local relational bridge state for one native request. More...
#include <native_dynamic_relational.h>
Data Fields | |
| int | enabled |
| char * | before_signature |
Carries request-local relational bridge state for one native request.
Definition at line 14 of file native_dynamic_relational.h.
| char* NativeDynamicRelationalRequestSync::before_signature |
File signature captured after export and before request mutation.
Definition at line 16 of file native_dynamic_relational.h.
Referenced by native_dynamic_relational_prepare_request_state(), native_dynamic_relational_request_sync_free(), and native_dynamic_relational_sync_back_if_changed().
| int NativeDynamicRelationalRequestSync::enabled |
Non-zero when relational sync is active for the request.
Definition at line 15 of file native_dynamic_relational.h.
Referenced by native_dynamic_relational_prepare_request_state(), native_dynamic_relational_request_sync_free(), and native_dynamic_relational_sync_back_if_changed().