*** empty log message ***
This commit is contained in:
@@ -24,7 +24,8 @@ BUILT_SOURCES = \
|
|||||||
marshal.c
|
marshal.c
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
marshal.pl
|
marshal.pl \
|
||||||
|
libgtop-common.backend
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
@@ -50,15 +50,16 @@ libgtop_server_LDFLAGS = -static
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
marshal.c \
|
marshal.c \
|
||||||
demarshal.c \
|
demarshal.c \
|
||||||
command.h
|
command.h
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
marshal.pl \
|
marshal.pl \
|
||||||
demarshal.pl \
|
demarshal.pl \
|
||||||
command.pl \
|
command.pl \
|
||||||
command.h.in
|
command.h.in \
|
||||||
|
libgtop-server.backend
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES = \
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
marshal.pl \
|
marshal.pl \
|
||||||
libgtop-server.backend
|
libgtop-sysdeps.backend
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
@@ -47,7 +47,7 @@ char **
|
|||||||
glibtop_get_proc_args_s (glibtop *server, glibtop_array *array, pid_t pid)
|
glibtop_get_proc_args_s (glibtop *server, glibtop_array *array, pid_t pid)
|
||||||
{
|
{
|
||||||
char fn [BUFSIZ], buffer [BUFSIZ], *ptr = NULL, *pos, **ptrlist;
|
char fn [BUFSIZ], buffer [BUFSIZ], *ptr = NULL, *pos, **ptrlist;
|
||||||
size_t count = 0, max_len, total, len;
|
size_t count = 0, max_len, total = 0, len;
|
||||||
int cmdline, i;
|
int cmdline, i;
|
||||||
|
|
||||||
glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_ARGS, 0);
|
glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_ARGS, 0);
|
||||||
|
Reference in New Issue
Block a user