Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d494262b authored by Simon Horman's avatar Simon Horman
Browse files

IPVS: Make the cp argument to ip_vs_sync_conn() static

parent ea2c73af
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -916,7 +916,7 @@ extern char ip_vs_master_mcast_ifn[IP_VS_IFNAME_MAXLEN];
extern char ip_vs_backup_mcast_ifn[IP_VS_IFNAME_MAXLEN];
extern char ip_vs_backup_mcast_ifn[IP_VS_IFNAME_MAXLEN];
extern int start_sync_thread(int state, char *mcast_ifn, __u8 syncid);
extern int start_sync_thread(int state, char *mcast_ifn, __u8 syncid);
extern int stop_sync_thread(int state);
extern int stop_sync_thread(int state);
extern void ip_vs_sync_conn(struct ip_vs_conn *cp);
extern void ip_vs_sync_conn(const struct ip_vs_conn *cp);




/*
/*
+1 −1
Original line number Original line Diff line number Diff line
@@ -236,7 +236,7 @@ get_curr_sync_buff(unsigned long time)
 *      Add an ip_vs_conn information into the current sync_buff.
 *      Add an ip_vs_conn information into the current sync_buff.
 *      Called by ip_vs_in.
 *      Called by ip_vs_in.
 */
 */
void ip_vs_sync_conn(struct ip_vs_conn *cp)
void ip_vs_sync_conn(const struct ip_vs_conn *cp)
{
{
	struct ip_vs_sync_mesg *m;
	struct ip_vs_sync_mesg *m;
	struct ip_vs_sync_conn *s;
	struct ip_vs_sync_conn *s;