*** empty log message ***
This commit is contained in:
@@ -92,6 +92,8 @@ sub output {
|
|||||||
$size_code = "\t_LIBGTOP_SEND_len = 0;\n";
|
$size_code = "\t_LIBGTOP_SEND_len = 0;\n";
|
||||||
$marshal_code = "\t_LIBGTOP_SEND_offset = 0;\n";
|
$marshal_code = "\t_LIBGTOP_SEND_offset = 0;\n";
|
||||||
$marshal_code .= "\tmemset (_LIBGTOP_SEND_buf, 0, _LIBGTOP_SEND_len);\n";
|
$marshal_code .= "\tmemset (_LIBGTOP_SEND_buf, 0, _LIBGTOP_SEND_len);\n";
|
||||||
|
$marshal_code .= "\t_LIBGTOP_SEND_ptr = ".
|
||||||
|
"(char *) _LIBGTOP_SEND_buf;\n";
|
||||||
$first_param_name = '';
|
$first_param_name = '';
|
||||||
|
|
||||||
$call_param = '';
|
$call_param = '';
|
||||||
|
@@ -4,3 +4,4 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
|
marshal.c
|
||||||
|
@@ -27,6 +27,8 @@
|
|||||||
#include <glibtop/error.h>
|
#include <glibtop/error.h>
|
||||||
#include <glibtop/interfaces.h>
|
#include <glibtop/interfaces.h>
|
||||||
|
|
||||||
|
#include <glibtop_suid.h>
|
||||||
|
|
||||||
static const unsigned long _glibtop_sysdeps_interface_names =
|
static const unsigned long _glibtop_sysdeps_interface_names =
|
||||||
(1L << GLIBTOP_INTERFACE_NAMES_NUMBER) +
|
(1L << GLIBTOP_INTERFACE_NAMES_NUMBER) +
|
||||||
(1L << GLIBTOP_INTERFACE_NAMES_SIZE);
|
(1L << GLIBTOP_INTERFACE_NAMES_SIZE);
|
||||||
|
Reference in New Issue
Block a user