]> git.ipfire.org Git - thirdparty/dhcp.git/commit
- Regularize expression evaluation calls so that they are all passed a pointer
authorTed Lemon <source@isc.org>
Sat, 31 Jul 1999 18:03:55 +0000 (18:03 +0000)
committerTed Lemon <source@isc.org>
Sat, 31 Jul 1999 18:03:55 +0000 (18:03 +0000)
commit4038ec529e4d19042cd35dc65e04c93584a9bd89
tree94dc8f944109fe25db44ed656a6aafee17cdf10e
parent8cdb80a7726a218f40fd52de767ee882113bf4c4
- Regularize expression evaluation calls so that they are all passed a pointer
  to the incoming packet, if any, the current lease, if any, the parsed
  incoming options, and the in-scope configuration file options.
- Incoming packets are now reference counted, so that the callee can save
  them for later expression evaluation (e.g., in dhcp_reply).
common/options.c
common/tree.c