]> granicus.if.org Git - php/commitdiff
only 2 bits are needed for shutdown(2) method (only 3 possible values). this is new...
authorNuno Lopes <nlopess@php.net>
Thu, 18 Jan 2007 16:05:48 +0000 (16:05 +0000)
committerNuno Lopes <nlopess@php.net>
Thu, 18 Jan 2007 16:05:48 +0000 (16:05 +0000)
main/streams/php_stream_transport.h

index c8a9837056062265358a7c9047777dff095b6d67..b5ffe152cbec22b2cc6bae65afd0154662260732 100644 (file)
@@ -133,7 +133,7 @@ typedef struct _php_stream_xport_param {
        unsigned int want_addr:1;
        unsigned int want_textaddr:1;
        unsigned int want_errortext:1;
-       stream_shutdown_t how:3;
+       stream_shutdown_t how:2;
 
        struct {
                char *name;