summaryrefslogtreecommitdiff
path: root/include/glibtop/procsegment.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-03-30 14:23:42 +0000
committerMartin Baulig <martin@src.gnome.org>1999-03-30 14:23:42 +0000
commit24a1fe55bbf7dbe85c14adc5e27117b19321e0b2 (patch)
treef929ba80a5a2ddd574cf9b67cc585c5afe696cd3 /include/glibtop/procsegment.h
parent66dddd97993d7547d87a191e098604fe0a3c88ec (diff)
downloadlibgtop-24a1fe55bbf7dbe85c14adc5e27117b19321e0b2.tar.gz
Changed indentation:
tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4
Diffstat (limited to 'include/glibtop/procsegment.h')
-rw-r--r--include/glibtop/procsegment.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/include/glibtop/procsegment.h b/include/glibtop/procsegment.h
index e00444be..d0758c59 100644
--- a/include/glibtop/procsegment.h
+++ b/include/glibtop/procsegment.h
@@ -1,3 +1,5 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+
/* $Id$ */
/* Copyright (C) 1998-99 Martin Baulig
@@ -46,16 +48,16 @@ typedef struct _glibtop_proc_segment glibtop_proc_segment;
struct _glibtop_proc_segment
{
- u_int64_t flags,
- text_rss, /* text resident set size */
- shlib_rss, /* shared-lib resident set size */
- data_rss, /* data resident set size */
- stack_rss, /* stack resident set size */
- dirty_size, /* size of dirty pages */
- start_code,
+ u_int64_t flags,
+ text_rss, /* text resident set size */
+ shlib_rss, /* shared-lib resident set size */
+ data_rss, /* data resident set size */
+ stack_rss, /* stack resident set size */
+ dirty_size, /* size of dirty pages */
+ start_code,
/* address of beginning of code segment */
- end_code, /* address of end of code segment */
- start_stack; /* address of the bottom of stack segment */
+ end_code, /* address of end of code segment */
+ start_stack; /* address of the bottom of stack segment */
};
#define glibtop_get_proc_segment(p1, p2) glibtop_get_proc_segment_l(glibtop_global_server, p1, p2)