Ticket #2248: net_buffer.h.diff

File net_buffer.h.diff, 676 bytes (added by andreasf, 16 years ago)

Proposed patch

  • headers/private/net/net_buffer.h

     
    7171    status_t        (*associate_data)(net_buffer *buffer, void *data);
    7272
    7373    void            (*set_ancillary_data)(net_buffer *buffer,
    74                         ancillary_data_container *container);
    75     ancillary_data_container* (*get_ancillary_data)(net_buffer *buffer);
     74                        struct ancillary_data_container *container);
     75    struct ancillary_data_container* (*get_ancillary_data)(net_buffer *buffer);
    7676    void *          (*transfer_ancillary_data)(net_buffer *from,
    7777                        net_buffer *to);
    7878