OSDN Git Service

DO NOT MERGE Rewrite PAN_Write in terms of PAN_WriteBuf.
authorAriel Gertzenstein <agertzen@google.com>
Sat, 5 Apr 2014 06:57:10 +0000 (23:57 -0700)
committerAriel Gertzenstein <agertzen@google.com>
Mon, 21 Apr 2014 18:30:54 +0000 (14:30 -0400)
commit9056d20c9364cb4829aabeb517b98440aa0d5240
tree649ad4b96be8d24181d5cc6226df3e76a07e5c49
parent3a038dd60e898e23c103bae94eae91d3b15b4c38
DO NOT MERGE    Rewrite PAN_Write in terms of PAN_WriteBuf.

The original code looked copy/pasted. The new implementation still
results in the same number of buffer copies but is much easier to
read and reduces redundancy.

Change-Id: I3ace395d2b124074e9687d13ae9a1b0b93a25a31
stack/pan/pan_api.c