help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Small variable buffer?


From: Mark Burgess
Subject: Re: Small variable buffer?
Date: Sun, 19 Jun 2005 15:11:05 +0200

On Fri, 2005-06-17 at 12:39 -0400, Eric Dorland wrote:
> Dorland

You're right - this is an arbitrary decision, taken early on. The
relevant sizes are

CF_MAXVARSIZE     1024
CF_BUFSIZE      > CF_MAXVARSIZE
CF_EXPANDSIZE   > CF_BUFSIZE



If you want to increase these sizes in cf.defs.h then make sure that you
increase them all. A variable can be a part of a buffer, so if you
expand MAXVARSIZE into a CF_BUFSIZE, there needs to be room for it...

Mark





reply via email to

[Prev in Thread] Current Thread [Next in Thread]