Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
27be1a2d
Commit
27be1a2d
authored
10 years ago
by
Nicolas "Pixel" Noble
Browse files
Options
Downloads
Patches
Plain Diff
Removing a few more traces of libevent.
parent
3eb079dc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/grpc/support/port_platform.h
+0
-3
0 additions, 3 deletions
include/grpc/support/port_platform.h
test/build/event2.c
+0
-8
0 additions, 8 deletions
test/build/event2.c
tools/dockerfile/grpc_base/Dockerfile
+0
-1
0 additions, 1 deletion
tools/dockerfile/grpc_base/Dockerfile
with
0 additions
and
12 deletions
include/grpc/support/port_platform.h
+
0
−
3
View file @
27be1a2d
...
@@ -53,7 +53,6 @@
...
@@ -53,7 +53,6 @@
#define GPR_ARCH_32 1
#define GPR_ARCH_32 1
#define GPR_CPU_LINUX 1
#define GPR_CPU_LINUX 1
#define GPR_GCC_SYNC 1
#define GPR_GCC_SYNC 1
#define GPR_LIBEVENT 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_SOCKET 1
#define GPR_POSIX_SOCKET 1
#define GPR_POSIX_SOCKETADDR 1
#define GPR_POSIX_SOCKETADDR 1
...
@@ -64,7 +63,6 @@
...
@@ -64,7 +63,6 @@
#elif defined(__linux__)
#elif defined(__linux__)
#define GPR_CPU_LINUX 1
#define GPR_CPU_LINUX 1
#define GPR_GCC_ATOMIC 1
#define GPR_GCC_ATOMIC 1
#define GPR_LIBEVENT 1
#define GPR_LINUX 1
#define GPR_LINUX 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_SOCKET 1
#define GPR_POSIX_SOCKET 1
...
@@ -80,7 +78,6 @@
...
@@ -80,7 +78,6 @@
#elif defined(__APPLE__)
#elif defined(__APPLE__)
#define GPR_CPU_POSIX 1
#define GPR_CPU_POSIX 1
#define GPR_GCC_ATOMIC 1
#define GPR_GCC_ATOMIC 1
#define GPR_LIBEVENT 1
#define GPR_POSIX_LOG 1
#define GPR_POSIX_LOG 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_SOCKET 1
#define GPR_POSIX_SOCKET 1
...
...
This diff is collapsed.
Click to expand it.
test/build/event2.c
deleted
100644 → 0
+
0
−
8
View file @
3eb079dc
/* This is only a compilation test, to see if we have libevent installed. */
#include
<event2/event.h>
int
main
()
{
event_base_new
();
return
0
;
}
This diff is collapsed.
Click to expand it.
tools/dockerfile/grpc_base/Dockerfile
+
0
−
1
View file @
27be1a2d
...
@@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
...
@@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
libc6
\
libc6
\
libc6-dbg
\
libc6-dbg
\
libc6-dev
\
libc6-dev
\
libevent-dev
\
libtool
\
libtool
\
make
\
make
\
strace
\
strace
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment