You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2010/05/05 02:50:04 UTC

[jira] Updated: (TS-67) INKIOBufferReaderCopy, INKIOBufferWrite and like should probably take void * instead of char *

     [ https://issues.apache.org/jira/browse/TS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak updated TS-67:
---------------------------

    Fix Version/s: 2.1.0

> INKIOBufferReaderCopy, INKIOBufferWrite and like should probably take void * instead of char *
> ----------------------------------------------------------------------------------------------
>
>                 Key: TS-67
>                 URL: https://issues.apache.org/jira/browse/TS-67
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: InkAPI
>            Reporter: John Plevyak
>            Priority: Minor
>             Fix For: 2.1.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> INKIOBufferReaderCopy, INKIOBufferWrite and like should probably take void * instead of char *.
> These functions deal with pointers to raw memory, and like memcpy/read/write in the C library they
> should probably take void *.  Likely this change would not break any code as it is simply less restrictive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.