comparison include/freeDiameter/libfreeDiameter.h @ 542:0b6cee362f5d

Enforce validation of local certificate upon daemon start.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 13 Sep 2010 18:39:22 +0900
parents 16224de837fd
children 0758a357a151
comparison
equal deleted inserted replaced
541:fac6907479ad 542:0b6cee362f5d
535 /* Compare timespec structures */ 535 /* Compare timespec structures */
536 #define TS_IS_INFERIOR( ts1, ts2 ) \ 536 #define TS_IS_INFERIOR( ts1, ts2 ) \
537 ( ((ts1)->tv_sec < (ts2)->tv_sec ) \ 537 ( ((ts1)->tv_sec < (ts2)->tv_sec ) \
538 || (((ts1)->tv_sec == (ts2)->tv_sec ) && ((ts1)->tv_nsec < (ts2)->tv_nsec) )) 538 || (((ts1)->tv_sec == (ts2)->tv_sec ) && ((ts1)->tv_nsec < (ts2)->tv_nsec) ))
539 539
540 /* This gives a good size for buffered reads */
541 #ifndef BUFSIZ
542 #define BUFSIZ 96
543 #endif /* BUFSIZ */
544
540 545
541 546
542 /*============================================================*/ 547 /*============================================================*/
543 /* THREADS */ 548 /* THREADS */
544 /*============================================================*/ 549 /*============================================================*/
"Welcome to our mercurial repository"