GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A mmap() request. More...
#include <gp_proxy_proto.h>
Data Fields | |
uint32_t | type |
Event type is set to GP_PROXY_MAP. | |
uint32_t | size |
Size is set to header size + sizeof(struct gp_proxy_path). | |
struct gp_proxy_path | map |
A proxy map payload. | |
A mmap() request.
This request is send by the sever to the application. When application confirms the mmap() was finished it sends a reply without the payload.
Definition at line 175 of file gp_proxy_proto.h.