I am getting closer...
I added debugging, and noticed that it looks for:
snprintf(buf, sizeof(buf), "%s_qdisc_util", str);
However in q_xcp.c it had:
struct qdisc_util xcp_util = {
so I changed that to xcp_qdisc_util, and now i run tc:
lanthanum-ini tc # tc qdisc add dev ath0 root
> On Mon, 10 Apr 2006 21:41:39 -0400 (EDT) "George P Nychis"
> <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>>
>> I am trying to install a proprietary qdisc made for research, it is not
>> publically released yet, however its been used several times so i know
>> it works.
>>
>> The files included are: q_
On Mon, 10 Apr 2006 21:41:39 -0400 (EDT)
"George P Nychis" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to install a proprietary qdisc made for research, it is not
> publically released yet, however its been used several times so i know it
> works.
>
> The files included are:
> q_xcp.c:
>
Hi,
I am trying to install a proprietary qdisc made for research, it is not
publically released yet, however its been used several times so i know it works.
The files included are:
q_xcp.c:
static int xcp_parse_opt()
static int xcp_print_opt()
static int xcp_print_xstats()
struct qdi