Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added API for client and created test client. Also cleaned up code. #73

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

kstats
Copy link
Member

@kstats kstats commented Apr 29, 2015

No description provided.

@phil-lopreiato
Copy link
Member

$(CC) $(CFLAGS) client-kv.c -o client-kv $(DEPS)

client_api: client_api.c
$(CC) -c client_api.c -o client_api.o
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-o flag is unnecessary (you're only compiling one field and it defaults to the name), but you can leave it

@twood02
Copy link
Member

twood02 commented Apr 30, 2015

I've made a note in #76 for how we should handle the remaining client work. @kstats please post a message here or in that issue to confirm your group is making the changes.

}

int
read_get_msg(int sockfd, struct operation * msg)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the __ prefix before this function to state it's an internal function.

@kstats
Copy link
Member Author

kstats commented May 5, 2015

I made the appropiate changes to the Makefile and api. I haven't touched the test file (besides moving it to another directory), as Tim said another group was handling that part. @jdk514 @sacul29

@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 6fbd714 on sacul29:client_api into c8f57fb on gwAdvNet2015:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants