Skip to content

Revise RPC handling for rpc id and shared memory id from size_t to uint64_t #66

Description

@Dreaded-Gnu

Currently size_t is used for rpc ids and shared memory ids. Since this is limited on a 32 bit machine, it becomes necessary to switch to uint64_t to have enough space for rpcs and shared memory areas.

This will affect timers as well which should also be transformed to uint64_t. Further more this topic needs to address #60 as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

32bit32 bit platformbugSomething isn't workingkernelKernel related tasksserverServer related tasks

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions