X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_request_body_api.h;fp=php_http_request_body_api.h;h=346544dfc193fac9857e0d7f52a36ed4aa572126;hb=6086d2a97b6959531650c886b10dc814ad2392f9;hp=5786d6c3b109666ffc1d8d3293013fdc31030848;hpb=fe816730b2c3be90f5a61b80cb4e63b7b303d020;p=m6w6%2Fext-http diff --git a/php_http_request_body_api.h b/php_http_request_body_api.h index 5786d6c..346544d 100644 --- a/php_http_request_body_api.h +++ b/php_http_request_body_api.h @@ -22,8 +22,9 @@ #define HTTP_REQUEST_BODY_CURLPOST 2 #define HTTP_REQUEST_BODY_UPLOADFILE 3 typedef struct { - uint type:31; + uint type:3; uint free:1; + uint priv:28; void *data; size_t size; } http_request_body;