mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1006] [CLOSED] RPC - Remote Procedural call in c #1550
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1006
Author: @malivinayak
Created: 10/7/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
a0a688dRPC - Remote Procedural call in ccc636e1Merge branch 'TheAlgorithms:master' into master📊 Changes
19 files changed (+405 additions, -0 deletions)
View changed files
➕
RPC/Makefile.add(+46 -0)➕
RPC/README.md(+13 -0)➕
RPC/add.h(+53 -0)➕
RPC/add.x(+10 -0)➕
RPC/add.x~(+10 -0)➕
RPC/add_client(+0 -0)➕
RPC/add_client.c(+51 -0)➕
RPC/add_client.c~(+51 -0)➕
RPC/add_client.o(+0 -0)➕
RPC/add_clnt.c(+25 -0)➕
RPC/add_clnt.o(+0 -0)➕
RPC/add_server(+0 -0)➕
RPC/add_server.c(+18 -0)➕
RPC/add_server.c~(+19 -0)➕
RPC/add_server.o(+0 -0)➕
RPC/add_svc.c(+91 -0)➕
RPC/add_svc.o(+0 -0)➕
RPC/add_xdr.c(+18 -0)➕
RPC/add_xdr.o(+0 -0)📄 Description
RPC - Remote Procedural call in c
Description of Change
References
Self created
Checklist
Notes:
This program is of remote procedural call using c programing language. Both client stub and server stub files are created accordingly
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.