Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get

2007-04-11  Benoît Dejean  <benoit@placenet.org>

	* *:
	
	Renamed all glibtop_init_xxx functions
	to _glibtop_init_xxx so they get internal visibility.

	* configure.in:
	
	Bumped version number.

svn path=/trunk/; revision=2569
This commit is contained in:
Benoît Dejean
2007-04-11 17:52:14 +00:00
committed by Benoît Dejean
parent e0c1214cdd
commit aa9fafe5c3
206 changed files with 307 additions and 296 deletions

View File

@@ -46,7 +46,7 @@ static const unsigned long _glibtop_sysdeps_cpu_smp_2_6 =
/* Init function. */
void
glibtop_init_cpu_s (glibtop *server)
_glibtop_init_cpu_s (glibtop *server)
{
server->sysdeps.cpu = _glibtop_sysdeps_cpu;

View File

@@ -36,7 +36,7 @@ static const unsigned long _glibtop_sysdeps_loadavg_tasks =
/* Init function. */
void
glibtop_init_loadavg_s (glibtop *server)
_glibtop_init_loadavg_s (glibtop *server)
{
server->sysdeps.loadavg = _glibtop_sysdeps_loadavg;
}

View File

@@ -34,7 +34,7 @@ static const unsigned long _glibtop_sysdeps_mem =
/* Init function. */
void
glibtop_init_mem_s (glibtop *server)
_glibtop_init_mem_s (glibtop *server)
{
server->sysdeps.mem = _glibtop_sysdeps_mem;
}

View File

@@ -34,7 +34,7 @@ static const unsigned long _glibtop_sysdeps_msg_limits =
/* Init function. */
void
glibtop_init_msg_limits_s (glibtop *server)
_glibtop_init_msg_limits_s (glibtop *server)
{
server->sysdeps.msg_limits = _glibtop_sysdeps_msg_limits;
}

View File

@@ -31,7 +31,7 @@ static const unsigned long _glibtop_sysdeps_netlist = (1 << GLIBTOP_NETLIST_NUMB
/* Init function. */
void
glibtop_init_netlist_s (glibtop *server)
_glibtop_init_netlist_s (glibtop *server)
{
server->sysdeps.netlist = _glibtop_sysdeps_netlist;
}

View File

@@ -113,7 +113,7 @@ static const unsigned long _glibtop_sysdeps_netload_6 =
/* Init function. */
void
glibtop_init_netload_s (glibtop *server)
_glibtop_init_netload_s (glibtop *server)
{
server->sysdeps.netload = _glibtop_sysdeps_netload |
_glibtop_sysdeps_netload_data |

View File

@@ -46,7 +46,7 @@ static const unsigned long _glibtop_sysdeps_ppp =
/* Init function. */
void
glibtop_init_ppp_s (glibtop *server)
_glibtop_init_ppp_s (glibtop *server)
{
server->sysdeps.ppp = _glibtop_sysdeps_ppp;
}

View File

@@ -30,7 +30,7 @@ static const unsigned long _glibtop_sysdeps_proc_args =
/* Init function. */
void
glibtop_init_proc_args_s (glibtop *server)
_glibtop_init_proc_args_s (glibtop *server)
{
server->sysdeps.proc_args = _glibtop_sysdeps_proc_args;
}

View File

@@ -35,7 +35,7 @@ static const unsigned long _glibtop_sysdeps_proc_kernel =
/* Init function. */
void
glibtop_init_proc_kernel_s (glibtop *server)
_glibtop_init_proc_kernel_s (glibtop *server)
{
server->sysdeps.proc_kernel = _glibtop_sysdeps_proc_kernel;
}

View File

@@ -37,7 +37,7 @@ static const unsigned long _glibtop_sysdeps_proclist =
/* Init function. */
void
glibtop_init_proclist_s (glibtop *server)
_glibtop_init_proclist_s (glibtop *server)
{
server->sysdeps.proclist = _glibtop_sysdeps_proclist;
}

View File

@@ -58,7 +58,7 @@ static const unsigned long _glibtop_sysdeps_map_entry_smaps =
/* Init function. */
void
glibtop_init_proc_map_s (glibtop *server)
_glibtop_init_proc_map_s (glibtop *server)
{
server->sysdeps.proc_map = _glibtop_sysdeps_proc_map;
}

View File

@@ -38,7 +38,7 @@ static const unsigned long _glibtop_sysdeps_proc_mem_statm =
/* Init function. */
void
glibtop_init_proc_mem_s (glibtop *server)
_glibtop_init_proc_mem_s (glibtop *server)
{
server->sysdeps.proc_mem = _glibtop_sysdeps_proc_mem |
_glibtop_sysdeps_proc_mem_statm;

View File

@@ -42,7 +42,7 @@ static const unsigned long _glibtop_sysdeps_proc_open_files =
/* Init function. */
void
glibtop_init_proc_open_files_s (glibtop *server)
_glibtop_init_proc_open_files_s (glibtop *server)
{
server->sysdeps.proc_open_files = _glibtop_sysdeps_proc_open_files;
}

View File

@@ -40,7 +40,7 @@ static const unsigned long _glibtop_sysdeps_proc_segment_statm =
/* Init function. */
void
glibtop_init_proc_segment_s (glibtop *server)
_glibtop_init_proc_segment_s (glibtop *server)
{
server->sysdeps.proc_segment = _glibtop_sysdeps_proc_segment |
_glibtop_sysdeps_proc_segment_statm;

View File

@@ -33,7 +33,7 @@ static const unsigned long _glibtop_sysdeps_proc_signal =
/* Init function. */
void
glibtop_init_proc_signal_s (glibtop *server)
_glibtop_init_proc_signal_s (glibtop *server)
{
server->sysdeps.proc_signal = _glibtop_sysdeps_proc_signal;
}

View File

@@ -37,7 +37,7 @@ static const unsigned long _glibtop_sysdeps_proc_state_uid =
/* Init function. */
void
glibtop_init_proc_state_s (glibtop *server)
_glibtop_init_proc_state_s (glibtop *server)
{
server->sysdeps.proc_state = _glibtop_sysdeps_proc_state |
_glibtop_sysdeps_proc_state_uid;

View File

@@ -40,7 +40,7 @@ static const unsigned long _glibtop_sysdeps_proc_time_smp =
/* Init function. */
void
glibtop_init_proc_time_s (glibtop *server)
_glibtop_init_proc_time_s (glibtop *server)
{
server->sysdeps.proc_time = _glibtop_sysdeps_proc_time;

View File

@@ -40,7 +40,7 @@ static const unsigned long _glibtop_sysdeps_proc_uid_stat =
/* Init function. */
void
glibtop_init_proc_uid_s (glibtop *server)
_glibtop_init_proc_uid_s (glibtop *server)
{
server->sysdeps.proc_uid = _glibtop_sysdeps_proc_uid |
_glibtop_sysdeps_proc_uid_stat;

View File

@@ -50,7 +50,7 @@ static const unsigned long _glibtop_sysdeps_sem_limits =
/* Init function. */
void
glibtop_init_sem_limits_s (glibtop *server)
_glibtop_init_sem_limits_s (glibtop *server)
{
server->sysdeps.sem_limits = _glibtop_sysdeps_sem_limits;
}

View File

@@ -33,7 +33,7 @@ static const unsigned long _glibtop_sysdeps_shm_limits =
/* Init function. */
void
glibtop_init_shm_limits_s (glibtop *server)
_glibtop_init_shm_limits_s (glibtop *server)
{
server->sysdeps.shm_limits = _glibtop_sysdeps_shm_limits;
}

View File

@@ -37,7 +37,7 @@ static const unsigned long _glibtop_sysdeps_swap_paging =
/* Init function. */
void
glibtop_init_swap_s (glibtop *server)
_glibtop_init_swap_s (glibtop *server)
{
server->sysdeps.swap = _glibtop_sysdeps_swap |
_glibtop_sysdeps_swap_paging;

View File

@@ -35,7 +35,7 @@ static const unsigned long _glibtop_sysdeps_uptime =
/* Init function. */
void
glibtop_init_uptime_s (glibtop *server)
_glibtop_init_uptime_s (glibtop *server)
{
server->sysdeps.uptime = _glibtop_sysdeps_uptime;
}