]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zserv.c
2005-02-09 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Wed, 9 Feb 2005 15:51:56 +0000 (15:51 +0000)
committerpaul <paul>
Wed, 9 Feb 2005 15:51:56 +0000 (15:51 +0000)
commit9985f83ce7102f64b15f744b60320f8d14a8a5ff
tree344629bdc2b4a7d53b8d7ca1705c9be2ca282d18
parent083ee9d9cdbf72a452b9af96e62d0625ea712cd9
2005-02-09 Paul Jakma <paul.jakma@sun.com>

* (global) Update code to match stream.h changes.
  stream_get_putp effectively replaced with stream_get_endp.
  stream_forward renamed to stream_forward_getp.
  stream_forward_endp introduced to replace some previous
  setting/manual twiddling of putp by daemons.
* lib/stream.h: Remove putp. Update reference to putp with endp.
  Add stream_forward_endp, which daemons were doing manually.
  Rename stream_forward to stream_forward_getp.
  lib/stream.c: Remove/update references to putp.
  introduce stream_forward_endp.
18 files changed:
ChangeLog
bgpd/bgp_attr.c
bgpd/bgp_dump.c
bgpd/bgp_open.c
bgpd/bgp_packet.c
isisd/isis_lsp.c
isisd/isis_network.c
isisd/isis_pdu.c
isisd/isis_tlv.c
lib/ChangeLog
lib/stream.c
lib/stream.h
ospfd/ospf_dump.c
ospfd/ospf_lsa.c
ospfd/ospf_packet.c
ripd/ripd.c
zebra/irdp_packet.c
zebra/zserv.c