Zero
0.1.0
src
common
tid_t.h
Go to the documentation of this file.
1
/* -*- mode:C++; c-basic-offset:4 -*-
2
Shore-MT -- Multi-threaded port of the SHORE storage manager
3
4
Copyright (c) 2007-2009
5
Data Intensive Applications and Systems Labaratory (DIAS)
6
Ecole Polytechnique Federale de Lausanne
7
8
All Rights Reserved.
9
10
Permission to use, copy, modify and distribute this software and
11
its documentation is hereby granted, provided that both the
12
copyright notice and this permission notice appear in all copies of
13
the software, derivative works or modified versions, and any
14
portions thereof, and that both notices appear in supporting
15
documentation.
16
17
This code is distributed in the hope that it will be useful, but
18
WITHOUT ANY WARRANTY; without even the implied warranty of
19
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS
20
DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
21
RESULTING FROM THE USE OF THIS SOFTWARE.
22
*/
23
24
// -*- mode:c++; c-basic-offset:4 -*-
25
/*<std-header orig-src='shore' incl-file-exclusion='TID_T_H'>
26
27
$Id: tid_t.h,v 1.68 2010/06/15 17:28:29 nhall Exp $
28
29
SHORE -- Scalable Heterogeneous Object REpository
30
31
Copyright (c) 1994-99 Computer Sciences Department, University of
32
Wisconsin -- Madison
33
All Rights Reserved.
34
35
Permission to use, copy, modify and distribute this software and its
36
documentation is hereby granted, provided that both the copyright
37
notice and this permission notice appear in all copies of the
38
software, derivative works or modified versions, and any portions
39
thereof, and that both notices appear in supporting documentation.
40
41
THE AUTHORS AND THE COMPUTER SCIENCES DEPARTMENT OF THE UNIVERSITY
42
OF WISCONSIN - MADISON ALLOW FREE USE OF THIS SOFTWARE IN ITS
43
"AS IS" CONDITION, AND THEY DISCLAIM ANY LIABILITY OF ANY KIND
44
FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
45
46
This software was developed with support by the Advanced Research
47
Project Agency, ARPA order number 018 (formerly 8230), monitored by
48
the U.S. Army Research Laboratory under contract DAAB07-91-C-Q518.
49
Further funding for this work was provided by DARPA through
50
Rome Research Laboratory Contract No. F30602-97-2-0247.
51
52
*/
53
54
#ifndef __TID_T_H
55
#define __TID_T_H
56
57
#include <cstdint>
58
59
typedef
uint64_t
tid_t
;
60
61
#endif // __TID_T_H
/*</std-footer>*/
tid_t
uint64_t tid_t
Definition:
tid_t.h:59
Generated by
1.8.12