Standardize prolog comments and remove cvs log

git-svn-id: file:///home/jj/hercules.svn/trunk@5598 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Roger Bowler
2010-01-07 15:05:15 +00:00
parent 1edd616116
commit dbdde6a042
2 changed files with 10 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
/* PTTRACE.C (c) Copyright Greg Smith, 2003-2009 */
/* pthreads trace debugger */
/* PTTRACE.C (c) Copyright Greg Smith, 2003-2009 */
/* pthreads trace debugger */
// $Id$
@@ -7,22 +7,6 @@
/* Trace threading calls */
/*-------------------------------------------------------------------*/
// $Log$
// Add instruction trace 01mar09 jj
//
// Revision 1.32 2009/01/23 12:58:42 bernard
// copyright notice
//
// Revision 1.31 2008/11/24 22:31:49 rbowler
// Fix win64 warning C4312 type cast conversion in pttrace.c
//
// Revision 1.30 2007/06/23 00:04:15 ivan
// Update copyright notices to include current year (2007)
//
// Revision 1.29 2006/12/08 09:43:29 jj
// Add CVS message log
//
#include "hstdinc.h"
#define _PTTRACE_C_

View File

@@ -1,6 +1,11 @@
/* PTTRACE.H (c) Copyright Greg Smith, 2003-2009 */
/* Header file for pthreads trace debugger */
// $Id$
//
// $Log$
/*-------------------------------------------------------------------*/
/* Pthread tracing structures and prototypes */
/*-------------------------------------------------------------------*/
#if !defined( _PTTHREAD_H_ )
#define _PTTHREAD_H_
@@ -14,9 +19,6 @@
#else /* _PTTRACE_C_ */
#define PTT_DLL_IMPORT DLL_EXPORT
#endif /* _PTTRACE_C_ */
/*--------------------------------------------------------------------*/
/* Pthread tracing */
/*--------------------------------------------------------------------*/
#if defined(OPTION_FTHREADS)
#define OBTAIN_PTTLOCK \
@@ -72,7 +74,7 @@ PTT_DLL_IMPORT int pttclass;
void *ptt_timeout();
typedef struct _PTT_TRACE {
TID tid; /* Thead id */
TID tid; /* Thread id */
int class; /* Trace record class */
#define PTT_CL_LOG 0x0001 /* Logger records */
#define PTT_CL_TMR 0x0002 /* Timer/Clock records */