Navigation


Changeset 716:4784f2cf325f in freeDiameter for tests/testfifo.c


Ignore:
Timestamp:
Feb 17, 2011, 4:37:15 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix missing include for limit (should fix test for OpenSUSE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testfifo.c

    r662 r716  
    3636#include "tests.h"
    3737#include <unistd.h>
     38#include <limits.h>
    3839
    3940/* Structure for testing threshold function */
     
    213214                        nbr_threads = NBR_THREADS;
    214215                } else {
     216                        TRACE_DEBUG(INFO, "Local limit on number of threads: %d", nbr_threads);
    215217                        /* The local limit is bellow NBR_THREADS */
    216218                        nbr_threads = (nbr_threads / 2) - 1;
Note: See TracChangeset for help on using the changeset viewer.