Skip to content

Replace seconds by &seconds in 3-4-5-deferred/user/test.c #413

Description

@salah-triki

Hi,

In labs/skels/deferred_work/3-4-5-deferred/user/test.c :

59: if (ioctl(fd, MY_IOCTL_TIMER_SET, seconds) < 0)

and

74: if (ioctl(fd, MY_IOCTL_TIMER_ALLOC, seconds) < 0)

should be replaced by : if (ioctl(fd, MY_IOCTL_TIMER_SET, &seconds) < 0)

Many thanx for the lectures and the labs.
Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions