You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2009/12/05 00:17:20 UTC

[jira] Created: (TS-66) IOBuffer memcpy/read/write use char* instead of void* for memory pointers

IOBuffer memcpy/read/write use char* instead of void* for memory pointers
-------------------------------------------------------------------------

                 Key: TS-66
                 URL: https://issues.apache.org/jira/browse/TS-66
             Project: Traffic Server
          Issue Type: Improvement
          Components: Cleanup
            Reporter: John Plevyak
            Assignee: John Plevyak
            Priority: Minor


IOBuffer memcpy/read/write use char* instead of void* for memory pointers.  We should probably
match the C library prototypes as much as possible.  We could change the API as well, but I'll file
that separately since there are other considerations.

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


[jira] Updated: (TS-66) IOBuffer memcpy/read/write use char* instead of void* for memory pointers

Posted by "John Plevyak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak updated TS-66:
---------------------------

    Attachment: ts-memcpy-jp-v1.patch

> IOBuffer memcpy/read/write use char* instead of void* for memory pointers
> -------------------------------------------------------------------------
>
>                 Key: TS-66
>                 URL: https://issues.apache.org/jira/browse/TS-66
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: John Plevyak
>            Assignee: John Plevyak
>            Priority: Minor
>         Attachments: ts-memcpy-jp-v1.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> IOBuffer memcpy/read/write use char* instead of void* for memory pointers.  We should probably
> match the C library prototypes as much as possible.  We could change the API as well, but I'll file
> that separately since there are other considerations.

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


[jira] Resolved: (TS-66) IOBuffer memcpy/read/write use char* instead of void* for memory pointers

Posted by "John Plevyak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak resolved TS-66.
----------------------------

    Resolution: Fixed

revision 888447

> IOBuffer memcpy/read/write use char* instead of void* for memory pointers
> -------------------------------------------------------------------------
>
>                 Key: TS-66
>                 URL: https://issues.apache.org/jira/browse/TS-66
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: John Plevyak
>            Assignee: John Plevyak
>            Priority: Minor
>         Attachments: ts-memcpy-jp-v1.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> IOBuffer memcpy/read/write use char* instead of void* for memory pointers.  We should probably
> match the C library prototypes as much as possible.  We could change the API as well, but I'll file
> that separately since there are other considerations.

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