BIND 10 #3267: perfdhcp: prefer including local files, rather than files from the top dir location
BIND 10 Development
do-not-reply at isc.org
Tue Dec 17 10:15:57 UTC 2013
#3267: perfdhcp: prefer including local files, rather than files from the top dir
location
-------------------------------------+-------------------------------------
Reporter: | Owner:
marcin | Status: new
Type: | Milestone: DHCP
defect | Outstanding Tasks
Priority: low | Keywords:
Component: | Sensitive: 0
perfdhcp | Sub-Project: DHCP
CVSS Scoring: | Estimated Difficulty: 0
Defect Severity: Low | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
An example in rate_control.cc:
{{{
#include <tests/tools/perfdhcp/rate_control.h>
}}}
This implies that we need to include the top dir location in the Makefile
so as the path relative to the top dir location can be used to include the
header.
For files local to perfdhcp we could actually use:
{{{
#include "rate_control.h"
}}}
The benefit is that the perfdhcp may move around without having to change
the path to the headers.
--
Ticket URL: <http://bind10.isc.org/ticket/3267>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list