Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2940 → Rev 2942

/branches/tracing/uspace/app/debug/dthread.h
39,6 → 39,8
#include <fibril.h>
#include <libadt/list.h>
 
#include "include/arch/types.h"
 
typedef struct {
int id; /* human-friendly id */
thash_t hash; /* system hash */
47,6 → 49,8
 
/** Link to list of debugged threads */
link_t link;
 
dthread_arch_t arch;
} dthread_t;
 
extern link_t dthreads; /* List of application's threads */