Re: [Nagios-devel] A idea to speed up access times to service records

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] A idea to speed up access times to service records

Post by Guest »

This is a multi-part message in MIME format.
--------------070408040709050207040906
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

> I suggest you get a nice .indent.pro (mine is attached) and run it
> recursively on the nagios code as such;
> cd nagios
> for i in `find -type d` ; do indent $i/*.c $i/*.h ; done
>
> indent(1) for those who do not know is a GNU program and can be
> downloaded from http://www.gnu.org
> It's most likely available as prepackaged binaries for your system.
>

Forgot the file.

>>
>> Regards
>> Ian.
>>
>> --
>> Ian Holsman
>> blog: http://blog.holsman.net
>> PH: 03-9857-3742 (oz)
>
>

--
Mvh
Andreas Ericsson
OP5 AB
+46 (0)733 709032
[email protected]

--------------070408040709050207040906
Content-Type: text/plain;
name=".indent.pro"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename=".indent.pro"

--use-tabs
--tab-size 4
--indent-level 4
--blank-lines-after-declarations
--blank-lines-after-procedures
--blank-lines-before-block-comments
--braces-on-if-line
--cuddle-do-while
--dont-break-procedure-type
--line-length 85
--no-blank-lines-after-commas
--no-blank-lines-after-declarations
--no-space-after-for
--dont-break-procedure-type
--continue-at-parentheses
--leave-preprocessor-space
--no-blank-lines-after-commas
--dont-break-function-decl-args
--no-comment-delimiters-on-blank-lines
--dont-break-procedure-type
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-space-after-for
--no-space-after-if
--no-space-after-while
--swallow-optional-blank-lines
--struct-brace-indentation 0
--braces-on-struct-decl-line
-ppi 2

--------------070408040709050207040906--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked