~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to src/rrd_not_thread_safe.c

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
 
 * RRDtool 1.3.8  Copyright by Tobi Oetiker, 1997-2009
 
2
 * RRDtool 1.4.3  Copyright by Tobi Oetiker, 1997-2010
3
3
 * This file:     Copyright 2003 Peter Stamfest <peter@stamfest.at> 
4
4
 *                             & Tobias Oetiker
5
5
 * Distributed under the GPL
7
7
 * rrd_not_thread_safe.c   Contains routines used when thread safety is not
8
8
 *                         an issue
9
9
 *****************************************************************************
10
 
 * $Id: rrd_not_thread_safe.c 1801 2009-05-19 13:45:05Z oetiker $
 
10
 * $Id: rrd_not_thread_safe.c 2042 2010-03-22 16:05:55Z oetiker $
11
11
 *************************************************************************** */
12
12
#include "rrd.h"
13
13
#include "rrd_tool.h"