Commit 0a7e78d9 authored by claes's avatar claes

Changed max messages in queue

parent ef27e498
/*
* Proview $Id: rt_errl.c,v 1.6 2006-01-25 14:34:31 claes Exp $
* Proview $Id: rt_errl.c,v 1.7 2006-01-31 08:31:01 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -40,7 +40,11 @@
#include "rt_errl.h"
#include "rt_errh.h"
#define MAX_NO_MSG 100;
#if defined _POSIX_MESSAGE_PASSING
# define MAX_NO_MSG 10;
#else
# define MAX_NO_MSG 100;
#endif
static pthread_mutex_t fileMutex;
static pthread_mutex_t termMutex;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment