mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 05:18:23 +02:00
2006-01-07 Dan Williams <dcbw@redhat.com>
* src/nm-device-private.h src/nm-device.c - (nm_device_activate_schedule_stage3_ip_config_start): make this function available to subclasses git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1283 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
0f3cade04f
commit
30cc1984f7
3 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-01-07 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-device-private.h
|
||||
src/nm-device.c
|
||||
- (nm_device_activate_schedule_stage3_ip_config_start): make this
|
||||
function available to subclasses
|
||||
|
||||
2006-01-06 Robert Love <rml@novell.com>
|
||||
|
||||
* src/NetworkManagerPolicy.c: Always prefer wired to wireless, as the
|
||||
|
|
|
|||
|
|
@ -30,4 +30,7 @@ GMainContext * nm_device_get_main_context (NMDevice *dev);
|
|||
|
||||
NMIP4Config * nm_device_new_ip4_autoip_config (NMDevice *self);
|
||||
|
||||
void nm_device_activate_schedule_stage3_ip_config_start (struct NMActRequest *req);
|
||||
|
||||
|
||||
#endif /* NM_DEVICE_PRIVATE_H */
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ struct _NMDevicePrivate
|
|||
|
||||
static gpointer nm_device_worker (gpointer user_data);
|
||||
|
||||
static void nm_device_activate_schedule_stage3_ip_config_start (NMActRequest *req);
|
||||
static void nm_device_activate_schedule_stage5_ip_config_commit (NMActRequest *req);
|
||||
|
||||
static void nm_device_schedule_activation_handle_cancel (NMActRequest *req);
|
||||
|
|
@ -902,7 +901,7 @@ out:
|
|||
*
|
||||
* Schedule IP configuration start
|
||||
*/
|
||||
static void
|
||||
void
|
||||
nm_device_activate_schedule_stage3_ip_config_start (NMActRequest *req)
|
||||
{
|
||||
GSource * source = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue